Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-14180 (GCVE-0-2025-14180)
Vulnerability from cvelistv5 – Published: 2025-12-27 19:21 – Updated: 2025-12-29 16:00- CWE-476 - NULL Pointer Dereference
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-14180",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-29T15:59:59.281968Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-12-29T16:00:11.239Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "affected",
"packageName": "pdo",
"product": "PHP",
"vendor": "PHP Group",
"versions": [
{
"lessThan": "8.1.34",
"status": "affected",
"version": "8.1.*",
"versionType": "semver"
},
{
"lessThan": "8.2.30",
"status": "affected",
"version": "8.2.*",
"versionType": "semver"
},
{
"lessThan": "8.3.29",
"status": "affected",
"version": "8.3.*",
"versionType": "semver"
},
{
"lessThan": "8.4.16",
"status": "affected",
"version": "8.4.*",
"versionType": "semver"
},
{
"lessThan": "8.5.1",
"status": "affected",
"version": "8.5.*",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Aleksey Solovev (Positive Technologies)"
}
],
"datePublic": "2025-12-18T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.\u003cbr\u003e"
}
],
"value": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-27T19:21:20.768Z",
"orgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b",
"shortName": "php"
},
"references": [
{
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"source": {
"advisory": "GHSA-8xr5-qppj-gvwj",
"discovery": "EXTERNAL"
},
"title": "NULL Pointer Dereference in PDO quoting",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b",
"assignerShortName": "php",
"cveId": "CVE-2025-14180",
"datePublished": "2025-12-27T19:21:20.768Z",
"dateReserved": "2025-12-06T06:43:11.174Z",
"dateUpdated": "2025-12-29T16:00:11.239Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-14180\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2025-12-27T20:15:40.717\",\"lastModified\":\"2026-01-09T20:23:40.930\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\\\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.1.0\",\"versionEndExcluding\":\"8.1.34\",\"matchCriteriaId\":\"56FCF002-3946-40DF-A774-75C6DDE6CA26\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.2.0\",\"versionEndExcluding\":\"8.2.30\",\"matchCriteriaId\":\"AB314013-4F2F-40F0-968B-35FEC22CC8A4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.3.0\",\"versionEndExcluding\":\"8.3.29\",\"matchCriteriaId\":\"DAD5402D-688D-44AA-B083-5157FDC53D7A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.4.0\",\"versionEndExcluding\":\"8.4.16\",\"matchCriteriaId\":\"8813328B-AC06-4060-916F-CD27144F41E2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.5.0\",\"versionEndExcluding\":\"8.5.1\",\"matchCriteriaId\":\"E56CD990-B79E-4253-B810-13787B23B028\"}]}]}],\"references\":[{\"url\":\"https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj\",\"source\":\"security@php.net\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-14180\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-12-29T15:59:59.281968Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-12-29T16:00:06.251Z\"}}], \"cna\": {\"title\": \"NULL Pointer Dereference in PDO quoting\", \"source\": {\"advisory\": \"GHSA-8xr5-qppj-gvwj\", \"discovery\": \"EXTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Aleksey Solovev (Positive Technologies)\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 8.2, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"PHP Group\", \"product\": \"PHP\", \"versions\": [{\"status\": \"affected\", \"version\": \"8.1.*\", \"lessThan\": \"8.1.34\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.2.*\", \"lessThan\": \"8.2.30\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.3.*\", \"lessThan\": \"8.3.29\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.4.*\", \"lessThan\": \"8.4.16\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.5.*\", \"lessThan\": \"8.5.1\", \"versionType\": \"semver\"}], \"packageName\": \"pdo\", \"defaultStatus\": \"affected\"}], \"datePublic\": \"2025-12-18T00:00:00.000Z\", \"references\": [{\"url\": \"https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\\\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\\\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"dd77f84a-d19a-4638-8c3d-a322d820ed2b\", \"shortName\": \"php\", \"dateUpdated\": \"2025-12-27T19:21:20.768Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-14180\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-29T16:00:11.239Z\", \"dateReserved\": \"2025-12-06T06:43:11.174Z\", \"assignerOrgId\": \"dd77f84a-d19a-4638-8c3d-a322d820ed2b\", \"datePublished\": \"2025-12-27T19:21:20.768Z\", \"assignerShortName\": \"php\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2025-14180
Vulnerability from fkie_nvd - Published: 2025-12-27 20:15 - Updated: 2026-01-09 20:23| URL | Tags | ||
|---|---|---|---|
| security@php.net | https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj | Exploit, Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"matchCriteriaId": "56FCF002-3946-40DF-A774-75C6DDE6CA26",
"versionEndExcluding": "8.1.34",
"versionStartIncluding": "8.1.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"matchCriteriaId": "AB314013-4F2F-40F0-968B-35FEC22CC8A4",
"versionEndExcluding": "8.2.30",
"versionStartIncluding": "8.2.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"matchCriteriaId": "DAD5402D-688D-44AA-B083-5157FDC53D7A",
"versionEndExcluding": "8.3.29",
"versionStartIncluding": "8.3.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"matchCriteriaId": "8813328B-AC06-4060-916F-CD27144F41E2",
"versionEndExcluding": "8.4.16",
"versionStartIncluding": "8.4.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E56CD990-B79E-4253-B810-13787B23B028",
"versionEndExcluding": "8.5.1",
"versionStartIncluding": "8.5.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server."
}
],
"id": "CVE-2025-14180",
"lastModified": "2026-01-09T20:23:40.930",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security@php.net",
"type": "Secondary"
}
]
},
"published": "2025-12-27T20:15:40.717",
"references": [
{
"source": "security@php.net",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"sourceIdentifier": "security@php.net",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-476"
}
],
"source": "security@php.net",
"type": "Secondary"
}
]
}
OPENSUSE-SU-2026:20113-1
Vulnerability from csaf_opensuse - Published: 2026-01-26 12:37 - Updated: 2026-01-26 12:37Notes
{
"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": "Security update for php8",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php8 fixes the following issues:\n\nVersion update to 8.4.16:\n\nSecurity fixes:\n\n- CVE-2025-14177: getimagesize() function may leak uninitialized heap memory into the APPn segments when reading images in multi-chunk mode (bsc#1255710).\n- CVE-2025-14178: heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE (bsc#1255711).\n- CVE-2025-14180: null pointer dereference in pdo_parse_params() function when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled (bsc#1255712).\n\nOther fixes:\n\n- php8 contains Directories owned by wwwrun but does not require User. (bsc#1255043)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-198",
"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-2026_20113-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1255043",
"url": "https://bugzilla.suse.com/1255043"
},
{
"category": "self",
"summary": "SUSE Bug 1255710",
"url": "https://bugzilla.suse.com/1255710"
},
{
"category": "self",
"summary": "SUSE Bug 1255711",
"url": "https://bugzilla.suse.com/1255711"
},
{
"category": "self",
"summary": "SUSE Bug 1255712",
"url": "https://bugzilla.suse.com/1255712"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14177 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14178 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14180 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14180/"
}
],
"title": "Security update for php8",
"tracking": {
"current_release_date": "2026-01-26T12:37:41Z",
"generator": {
"date": "2026-01-26T12:37:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20113-1",
"initial_release_date": "2026-01-26T12:37:41Z",
"revision_history": [
{
"date": "2026-01-26T12:37:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-8.4.16-160000.1.1.aarch64",
"product_id": "php8-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"product_id": "php8-bcmath-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.aarch64",
"product_id": "php8-bz2-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.aarch64",
"product_id": "php8-calendar-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.aarch64",
"product_id": "php8-cli-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ctype-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-curl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.aarch64",
"product_id": "php8-dba-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.aarch64",
"product_id": "php8-devel-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.aarch64",
"product_id": "php8-dom-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.aarch64",
"product_id": "php8-embed-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.aarch64",
"product_id": "php8-enchant-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.aarch64",
"product_id": "php8-exif-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ffi-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.aarch64",
"product_id": "php8-fpm-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ftp-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.aarch64",
"product_id": "php8-gd-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.aarch64",
"product_id": "php8-gettext-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.aarch64",
"product_id": "php8-gmp-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.aarch64",
"product_id": "php8-iconv-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-intl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ldap-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"product_id": "php8-mbstring-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.aarch64",
"product_id": "php8-mysql-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.aarch64",
"product_id": "php8-odbc-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.aarch64",
"product_id": "php8-opcache-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-openssl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-pcntl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.aarch64",
"product_id": "php8-pdo-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"product_id": "php8-pgsql-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.aarch64",
"product_id": "php8-phar-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.aarch64",
"product_id": "php8-posix-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.aarch64",
"product_id": "php8-readline-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.aarch64",
"product_id": "php8-shmop-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.aarch64",
"product_id": "php8-snmp-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.aarch64",
"product_id": "php8-soap-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sockets-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sodium-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sqlite-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-test-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-test-8.4.16-160000.1.1.aarch64",
"product_id": "php8-test-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.aarch64",
"product_id": "php8-tidy-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-xsl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.aarch64",
"product_id": "php8-zip-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.aarch64",
"product_id": "php8-zlib-8.4.16-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"product": {
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"product_id": "php8-fpm-apache-8.4.16-160000.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-bcmath-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-bz2-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-calendar-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-cli-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ctype-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-curl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-dba-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-devel-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-dom-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-embed-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-enchant-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-exif-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ffi-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-fpm-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ftp-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-gd-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-gettext-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-gmp-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-iconv-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-intl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ldap-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-mbstring-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-mysql-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-odbc-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-opcache-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-openssl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-pcntl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-pdo-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-pgsql-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-phar-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-posix-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-readline-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-shmop-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-snmp-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-soap-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sockets-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sodium-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sqlite-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-test-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-test-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-test-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-tidy-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-xsl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-zip-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-zlib-8.4.16-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-8.4.16-160000.1.1.s390x",
"product_id": "php8-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.s390x",
"product_id": "php8-bcmath-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.s390x",
"product_id": "php8-bz2-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.s390x",
"product_id": "php8-calendar-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.s390x",
"product_id": "php8-cli-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.s390x",
"product_id": "php8-ctype-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.s390x",
"product_id": "php8-curl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.s390x",
"product_id": "php8-dba-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.s390x",
"product_id": "php8-devel-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.s390x",
"product_id": "php8-dom-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.s390x",
"product_id": "php8-embed-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.s390x",
"product_id": "php8-enchant-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.s390x",
"product_id": "php8-exif-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.s390x",
"product_id": "php8-ffi-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.s390x",
"product_id": "php8-fpm-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.s390x",
"product_id": "php8-ftp-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.s390x",
"product_id": "php8-gd-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.s390x",
"product_id": "php8-gettext-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.s390x",
"product_id": "php8-gmp-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.s390x",
"product_id": "php8-iconv-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.s390x",
"product_id": "php8-intl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.s390x",
"product_id": "php8-ldap-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.s390x",
"product_id": "php8-mbstring-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.s390x",
"product_id": "php8-mysql-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.s390x",
"product_id": "php8-odbc-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.s390x",
"product_id": "php8-opcache-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.s390x",
"product_id": "php8-openssl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.s390x",
"product_id": "php8-pcntl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.s390x",
"product_id": "php8-pdo-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.s390x",
"product_id": "php8-pgsql-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.s390x",
"product_id": "php8-phar-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.s390x",
"product_id": "php8-posix-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.s390x",
"product_id": "php8-readline-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.s390x",
"product_id": "php8-shmop-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.s390x",
"product_id": "php8-snmp-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.s390x",
"product_id": "php8-soap-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.s390x",
"product_id": "php8-sockets-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.s390x",
"product_id": "php8-sodium-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.s390x",
"product_id": "php8-sqlite-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-test-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-test-8.4.16-160000.1.1.s390x",
"product_id": "php8-test-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.s390x",
"product_id": "php8-tidy-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.s390x",
"product_id": "php8-xsl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.s390x",
"product_id": "php8-zip-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.s390x",
"product_id": "php8-zlib-8.4.16-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-8.4.16-160000.1.1.x86_64",
"product_id": "php8-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"product_id": "php8-bcmath-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.x86_64",
"product_id": "php8-bz2-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.x86_64",
"product_id": "php8-calendar-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.x86_64",
"product_id": "php8-cli-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ctype-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-curl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.x86_64",
"product_id": "php8-dba-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.x86_64",
"product_id": "php8-devel-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.x86_64",
"product_id": "php8-dom-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.x86_64",
"product_id": "php8-embed-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.x86_64",
"product_id": "php8-enchant-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.x86_64",
"product_id": "php8-exif-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ffi-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.x86_64",
"product_id": "php8-fpm-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ftp-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.x86_64",
"product_id": "php8-gd-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.x86_64",
"product_id": "php8-gettext-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.x86_64",
"product_id": "php8-gmp-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.x86_64",
"product_id": "php8-iconv-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-intl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ldap-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"product_id": "php8-mbstring-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.x86_64",
"product_id": "php8-mysql-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.x86_64",
"product_id": "php8-odbc-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.x86_64",
"product_id": "php8-opcache-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-openssl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-pcntl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.x86_64",
"product_id": "php8-pdo-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"product_id": "php8-pgsql-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.x86_64",
"product_id": "php8-phar-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.x86_64",
"product_id": "php8-posix-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.x86_64",
"product_id": "php8-readline-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.x86_64",
"product_id": "php8-shmop-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.x86_64",
"product_id": "php8-snmp-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.x86_64",
"product_id": "php8-soap-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sockets-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sodium-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sqlite-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-test-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-test-8.4.16-160000.1.1.x86_64",
"product_id": "php8-test-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.x86_64",
"product_id": "php8-tidy-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-xsl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.x86_64",
"product_id": "php8-zip-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.x86_64",
"product_id": "php8-zlib-8.4.16-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch"
},
"product_reference": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-test-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-test-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-test-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-test-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14177"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, the getimagesize() function may leak uninitialized heap memory into the APPn segments (e.g., APP1) when reading images in multi-chunk mode (such as via php://filter). This occurs due to a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, leaving tail bytes uninitialized. This may lead to information disclosure of sensitive heap data and affect the confidentiality of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14177",
"url": "https://www.suse.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "SUSE Bug 1255710 for CVE-2025-14177",
"url": "https://bugzilla.suse.com/1255710"
}
],
"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 Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T12:37:41Z",
"details": "low"
}
],
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14178"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, a heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE, due to an integer overflow in the precomputation of element counts using zend_hash_num_elements(). This may lead to memory corruption or crashes and affect the integrity and availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14178",
"url": "https://www.suse.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "SUSE Bug 1255711 for CVE-2025-14178",
"url": "https://bugzilla.suse.com/1255711"
}
],
"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 Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T12:37:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14180"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14180",
"url": "https://www.suse.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "SUSE Bug 1255712 for CVE-2025-14180",
"url": "https://bugzilla.suse.com/1255712"
}
],
"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 Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T12:37:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-14180"
}
]
}
OPENSUSE-SU-2025:15837-1
Vulnerability from csaf_opensuse - Published: 2025-12-20 00:00 - Updated: 2025-12-20 00:00Notes
{
"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": "php8-8.4.16-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the php8-8.4.16-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15837",
"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-2025_15837-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14177 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14178 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14180 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14180/"
}
],
"title": "php8-8.4.16-1.1 on GA media",
"tracking": {
"current_release_date": "2025-12-20T00:00:00Z",
"generator": {
"date": "2025-12-20T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15837-1",
"initial_release_date": "2025-12-20T00:00:00Z",
"revision_history": [
{
"date": "2025-12-20T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "php8-8.4.16-1.1.aarch64",
"product": {
"name": "php8-8.4.16-1.1.aarch64",
"product_id": "php8-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-1.1.aarch64",
"product": {
"name": "php8-bcmath-8.4.16-1.1.aarch64",
"product_id": "php8-bcmath-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-1.1.aarch64",
"product": {
"name": "php8-bz2-8.4.16-1.1.aarch64",
"product_id": "php8-bz2-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-1.1.aarch64",
"product": {
"name": "php8-calendar-8.4.16-1.1.aarch64",
"product_id": "php8-calendar-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-1.1.aarch64",
"product": {
"name": "php8-cli-8.4.16-1.1.aarch64",
"product_id": "php8-cli-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-1.1.aarch64",
"product": {
"name": "php8-ctype-8.4.16-1.1.aarch64",
"product_id": "php8-ctype-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-1.1.aarch64",
"product": {
"name": "php8-curl-8.4.16-1.1.aarch64",
"product_id": "php8-curl-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-1.1.aarch64",
"product": {
"name": "php8-dba-8.4.16-1.1.aarch64",
"product_id": "php8-dba-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-1.1.aarch64",
"product": {
"name": "php8-devel-8.4.16-1.1.aarch64",
"product_id": "php8-devel-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-1.1.aarch64",
"product": {
"name": "php8-dom-8.4.16-1.1.aarch64",
"product_id": "php8-dom-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-1.1.aarch64",
"product": {
"name": "php8-enchant-8.4.16-1.1.aarch64",
"product_id": "php8-enchant-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-1.1.aarch64",
"product": {
"name": "php8-exif-8.4.16-1.1.aarch64",
"product_id": "php8-exif-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-1.1.aarch64",
"product": {
"name": "php8-ffi-8.4.16-1.1.aarch64",
"product_id": "php8-ffi-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-1.1.aarch64",
"product": {
"name": "php8-fileinfo-8.4.16-1.1.aarch64",
"product_id": "php8-fileinfo-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-1.1.aarch64",
"product": {
"name": "php8-ftp-8.4.16-1.1.aarch64",
"product_id": "php8-ftp-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-1.1.aarch64",
"product": {
"name": "php8-gd-8.4.16-1.1.aarch64",
"product_id": "php8-gd-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-1.1.aarch64",
"product": {
"name": "php8-gettext-8.4.16-1.1.aarch64",
"product_id": "php8-gettext-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-1.1.aarch64",
"product": {
"name": "php8-gmp-8.4.16-1.1.aarch64",
"product_id": "php8-gmp-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-1.1.aarch64",
"product": {
"name": "php8-iconv-8.4.16-1.1.aarch64",
"product_id": "php8-iconv-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-1.1.aarch64",
"product": {
"name": "php8-intl-8.4.16-1.1.aarch64",
"product_id": "php8-intl-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-1.1.aarch64",
"product": {
"name": "php8-ldap-8.4.16-1.1.aarch64",
"product_id": "php8-ldap-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-1.1.aarch64",
"product": {
"name": "php8-mbstring-8.4.16-1.1.aarch64",
"product_id": "php8-mbstring-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-1.1.aarch64",
"product": {
"name": "php8-mysql-8.4.16-1.1.aarch64",
"product_id": "php8-mysql-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-1.1.aarch64",
"product": {
"name": "php8-odbc-8.4.16-1.1.aarch64",
"product_id": "php8-odbc-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-1.1.aarch64",
"product": {
"name": "php8-opcache-8.4.16-1.1.aarch64",
"product_id": "php8-opcache-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-1.1.aarch64",
"product": {
"name": "php8-openssl-8.4.16-1.1.aarch64",
"product_id": "php8-openssl-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-1.1.aarch64",
"product": {
"name": "php8-pcntl-8.4.16-1.1.aarch64",
"product_id": "php8-pcntl-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-1.1.aarch64",
"product": {
"name": "php8-pdo-8.4.16-1.1.aarch64",
"product_id": "php8-pdo-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-1.1.aarch64",
"product": {
"name": "php8-pgsql-8.4.16-1.1.aarch64",
"product_id": "php8-pgsql-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-1.1.aarch64",
"product": {
"name": "php8-phar-8.4.16-1.1.aarch64",
"product_id": "php8-phar-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-1.1.aarch64",
"product": {
"name": "php8-posix-8.4.16-1.1.aarch64",
"product_id": "php8-posix-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-1.1.aarch64",
"product": {
"name": "php8-readline-8.4.16-1.1.aarch64",
"product_id": "php8-readline-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-1.1.aarch64",
"product": {
"name": "php8-shmop-8.4.16-1.1.aarch64",
"product_id": "php8-shmop-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-1.1.aarch64",
"product": {
"name": "php8-snmp-8.4.16-1.1.aarch64",
"product_id": "php8-snmp-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-1.1.aarch64",
"product": {
"name": "php8-soap-8.4.16-1.1.aarch64",
"product_id": "php8-soap-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-1.1.aarch64",
"product": {
"name": "php8-sockets-8.4.16-1.1.aarch64",
"product_id": "php8-sockets-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-1.1.aarch64",
"product": {
"name": "php8-sodium-8.4.16-1.1.aarch64",
"product_id": "php8-sodium-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-1.1.aarch64",
"product": {
"name": "php8-sqlite-8.4.16-1.1.aarch64",
"product_id": "php8-sqlite-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-1.1.aarch64",
"product": {
"name": "php8-sysvmsg-8.4.16-1.1.aarch64",
"product_id": "php8-sysvmsg-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-1.1.aarch64",
"product": {
"name": "php8-sysvsem-8.4.16-1.1.aarch64",
"product_id": "php8-sysvsem-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-1.1.aarch64",
"product": {
"name": "php8-sysvshm-8.4.16-1.1.aarch64",
"product_id": "php8-sysvshm-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-1.1.aarch64",
"product": {
"name": "php8-tidy-8.4.16-1.1.aarch64",
"product_id": "php8-tidy-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-1.1.aarch64",
"product": {
"name": "php8-tokenizer-8.4.16-1.1.aarch64",
"product_id": "php8-tokenizer-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-1.1.aarch64",
"product": {
"name": "php8-xmlreader-8.4.16-1.1.aarch64",
"product_id": "php8-xmlreader-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-1.1.aarch64",
"product": {
"name": "php8-xmlwriter-8.4.16-1.1.aarch64",
"product_id": "php8-xmlwriter-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-1.1.aarch64",
"product": {
"name": "php8-xsl-8.4.16-1.1.aarch64",
"product_id": "php8-xsl-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-1.1.aarch64",
"product": {
"name": "php8-zip-8.4.16-1.1.aarch64",
"product_id": "php8-zip-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-1.1.aarch64",
"product": {
"name": "php8-zlib-8.4.16-1.1.aarch64",
"product_id": "php8-zlib-8.4.16-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-8.4.16-1.1.ppc64le",
"product_id": "php8-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-bcmath-8.4.16-1.1.ppc64le",
"product_id": "php8-bcmath-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-bz2-8.4.16-1.1.ppc64le",
"product_id": "php8-bz2-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-calendar-8.4.16-1.1.ppc64le",
"product_id": "php8-calendar-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-cli-8.4.16-1.1.ppc64le",
"product_id": "php8-cli-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-ctype-8.4.16-1.1.ppc64le",
"product_id": "php8-ctype-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-curl-8.4.16-1.1.ppc64le",
"product_id": "php8-curl-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-dba-8.4.16-1.1.ppc64le",
"product_id": "php8-dba-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-devel-8.4.16-1.1.ppc64le",
"product_id": "php8-devel-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-dom-8.4.16-1.1.ppc64le",
"product_id": "php8-dom-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-enchant-8.4.16-1.1.ppc64le",
"product_id": "php8-enchant-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-exif-8.4.16-1.1.ppc64le",
"product_id": "php8-exif-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-ffi-8.4.16-1.1.ppc64le",
"product_id": "php8-ffi-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-fileinfo-8.4.16-1.1.ppc64le",
"product_id": "php8-fileinfo-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-ftp-8.4.16-1.1.ppc64le",
"product_id": "php8-ftp-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-gd-8.4.16-1.1.ppc64le",
"product_id": "php8-gd-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-gettext-8.4.16-1.1.ppc64le",
"product_id": "php8-gettext-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-gmp-8.4.16-1.1.ppc64le",
"product_id": "php8-gmp-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-iconv-8.4.16-1.1.ppc64le",
"product_id": "php8-iconv-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-intl-8.4.16-1.1.ppc64le",
"product_id": "php8-intl-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-ldap-8.4.16-1.1.ppc64le",
"product_id": "php8-ldap-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-mbstring-8.4.16-1.1.ppc64le",
"product_id": "php8-mbstring-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-mysql-8.4.16-1.1.ppc64le",
"product_id": "php8-mysql-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-odbc-8.4.16-1.1.ppc64le",
"product_id": "php8-odbc-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-opcache-8.4.16-1.1.ppc64le",
"product_id": "php8-opcache-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-openssl-8.4.16-1.1.ppc64le",
"product_id": "php8-openssl-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-pcntl-8.4.16-1.1.ppc64le",
"product_id": "php8-pcntl-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-pdo-8.4.16-1.1.ppc64le",
"product_id": "php8-pdo-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-pgsql-8.4.16-1.1.ppc64le",
"product_id": "php8-pgsql-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-phar-8.4.16-1.1.ppc64le",
"product_id": "php8-phar-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-posix-8.4.16-1.1.ppc64le",
"product_id": "php8-posix-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-readline-8.4.16-1.1.ppc64le",
"product_id": "php8-readline-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-shmop-8.4.16-1.1.ppc64le",
"product_id": "php8-shmop-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-snmp-8.4.16-1.1.ppc64le",
"product_id": "php8-snmp-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-soap-8.4.16-1.1.ppc64le",
"product_id": "php8-soap-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-sockets-8.4.16-1.1.ppc64le",
"product_id": "php8-sockets-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-sodium-8.4.16-1.1.ppc64le",
"product_id": "php8-sodium-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-sqlite-8.4.16-1.1.ppc64le",
"product_id": "php8-sqlite-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-sysvmsg-8.4.16-1.1.ppc64le",
"product_id": "php8-sysvmsg-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-sysvsem-8.4.16-1.1.ppc64le",
"product_id": "php8-sysvsem-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-sysvshm-8.4.16-1.1.ppc64le",
"product_id": "php8-sysvshm-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-tidy-8.4.16-1.1.ppc64le",
"product_id": "php8-tidy-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-tokenizer-8.4.16-1.1.ppc64le",
"product_id": "php8-tokenizer-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-xmlreader-8.4.16-1.1.ppc64le",
"product_id": "php8-xmlreader-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-xmlwriter-8.4.16-1.1.ppc64le",
"product_id": "php8-xmlwriter-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-xsl-8.4.16-1.1.ppc64le",
"product_id": "php8-xsl-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-zip-8.4.16-1.1.ppc64le",
"product_id": "php8-zip-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-zlib-8.4.16-1.1.ppc64le",
"product_id": "php8-zlib-8.4.16-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-8.4.16-1.1.s390x",
"product": {
"name": "php8-8.4.16-1.1.s390x",
"product_id": "php8-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-1.1.s390x",
"product": {
"name": "php8-bcmath-8.4.16-1.1.s390x",
"product_id": "php8-bcmath-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-1.1.s390x",
"product": {
"name": "php8-bz2-8.4.16-1.1.s390x",
"product_id": "php8-bz2-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-1.1.s390x",
"product": {
"name": "php8-calendar-8.4.16-1.1.s390x",
"product_id": "php8-calendar-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-1.1.s390x",
"product": {
"name": "php8-cli-8.4.16-1.1.s390x",
"product_id": "php8-cli-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-1.1.s390x",
"product": {
"name": "php8-ctype-8.4.16-1.1.s390x",
"product_id": "php8-ctype-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-1.1.s390x",
"product": {
"name": "php8-curl-8.4.16-1.1.s390x",
"product_id": "php8-curl-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-1.1.s390x",
"product": {
"name": "php8-dba-8.4.16-1.1.s390x",
"product_id": "php8-dba-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-1.1.s390x",
"product": {
"name": "php8-devel-8.4.16-1.1.s390x",
"product_id": "php8-devel-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-1.1.s390x",
"product": {
"name": "php8-dom-8.4.16-1.1.s390x",
"product_id": "php8-dom-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-1.1.s390x",
"product": {
"name": "php8-enchant-8.4.16-1.1.s390x",
"product_id": "php8-enchant-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-1.1.s390x",
"product": {
"name": "php8-exif-8.4.16-1.1.s390x",
"product_id": "php8-exif-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-1.1.s390x",
"product": {
"name": "php8-ffi-8.4.16-1.1.s390x",
"product_id": "php8-ffi-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-1.1.s390x",
"product": {
"name": "php8-fileinfo-8.4.16-1.1.s390x",
"product_id": "php8-fileinfo-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-1.1.s390x",
"product": {
"name": "php8-ftp-8.4.16-1.1.s390x",
"product_id": "php8-ftp-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-1.1.s390x",
"product": {
"name": "php8-gd-8.4.16-1.1.s390x",
"product_id": "php8-gd-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-1.1.s390x",
"product": {
"name": "php8-gettext-8.4.16-1.1.s390x",
"product_id": "php8-gettext-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-1.1.s390x",
"product": {
"name": "php8-gmp-8.4.16-1.1.s390x",
"product_id": "php8-gmp-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-1.1.s390x",
"product": {
"name": "php8-iconv-8.4.16-1.1.s390x",
"product_id": "php8-iconv-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-1.1.s390x",
"product": {
"name": "php8-intl-8.4.16-1.1.s390x",
"product_id": "php8-intl-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-1.1.s390x",
"product": {
"name": "php8-ldap-8.4.16-1.1.s390x",
"product_id": "php8-ldap-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-1.1.s390x",
"product": {
"name": "php8-mbstring-8.4.16-1.1.s390x",
"product_id": "php8-mbstring-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-1.1.s390x",
"product": {
"name": "php8-mysql-8.4.16-1.1.s390x",
"product_id": "php8-mysql-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-1.1.s390x",
"product": {
"name": "php8-odbc-8.4.16-1.1.s390x",
"product_id": "php8-odbc-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-1.1.s390x",
"product": {
"name": "php8-opcache-8.4.16-1.1.s390x",
"product_id": "php8-opcache-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-1.1.s390x",
"product": {
"name": "php8-openssl-8.4.16-1.1.s390x",
"product_id": "php8-openssl-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-1.1.s390x",
"product": {
"name": "php8-pcntl-8.4.16-1.1.s390x",
"product_id": "php8-pcntl-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-1.1.s390x",
"product": {
"name": "php8-pdo-8.4.16-1.1.s390x",
"product_id": "php8-pdo-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-1.1.s390x",
"product": {
"name": "php8-pgsql-8.4.16-1.1.s390x",
"product_id": "php8-pgsql-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-1.1.s390x",
"product": {
"name": "php8-phar-8.4.16-1.1.s390x",
"product_id": "php8-phar-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-1.1.s390x",
"product": {
"name": "php8-posix-8.4.16-1.1.s390x",
"product_id": "php8-posix-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-1.1.s390x",
"product": {
"name": "php8-readline-8.4.16-1.1.s390x",
"product_id": "php8-readline-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-1.1.s390x",
"product": {
"name": "php8-shmop-8.4.16-1.1.s390x",
"product_id": "php8-shmop-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-1.1.s390x",
"product": {
"name": "php8-snmp-8.4.16-1.1.s390x",
"product_id": "php8-snmp-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-1.1.s390x",
"product": {
"name": "php8-soap-8.4.16-1.1.s390x",
"product_id": "php8-soap-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-1.1.s390x",
"product": {
"name": "php8-sockets-8.4.16-1.1.s390x",
"product_id": "php8-sockets-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-1.1.s390x",
"product": {
"name": "php8-sodium-8.4.16-1.1.s390x",
"product_id": "php8-sodium-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-1.1.s390x",
"product": {
"name": "php8-sqlite-8.4.16-1.1.s390x",
"product_id": "php8-sqlite-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-1.1.s390x",
"product": {
"name": "php8-sysvmsg-8.4.16-1.1.s390x",
"product_id": "php8-sysvmsg-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-1.1.s390x",
"product": {
"name": "php8-sysvsem-8.4.16-1.1.s390x",
"product_id": "php8-sysvsem-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-1.1.s390x",
"product": {
"name": "php8-sysvshm-8.4.16-1.1.s390x",
"product_id": "php8-sysvshm-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-1.1.s390x",
"product": {
"name": "php8-tidy-8.4.16-1.1.s390x",
"product_id": "php8-tidy-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-1.1.s390x",
"product": {
"name": "php8-tokenizer-8.4.16-1.1.s390x",
"product_id": "php8-tokenizer-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-1.1.s390x",
"product": {
"name": "php8-xmlreader-8.4.16-1.1.s390x",
"product_id": "php8-xmlreader-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-1.1.s390x",
"product": {
"name": "php8-xmlwriter-8.4.16-1.1.s390x",
"product_id": "php8-xmlwriter-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-1.1.s390x",
"product": {
"name": "php8-xsl-8.4.16-1.1.s390x",
"product_id": "php8-xsl-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-1.1.s390x",
"product": {
"name": "php8-zip-8.4.16-1.1.s390x",
"product_id": "php8-zip-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-1.1.s390x",
"product": {
"name": "php8-zlib-8.4.16-1.1.s390x",
"product_id": "php8-zlib-8.4.16-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-8.4.16-1.1.x86_64",
"product": {
"name": "php8-8.4.16-1.1.x86_64",
"product_id": "php8-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-1.1.x86_64",
"product": {
"name": "php8-bcmath-8.4.16-1.1.x86_64",
"product_id": "php8-bcmath-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-1.1.x86_64",
"product": {
"name": "php8-bz2-8.4.16-1.1.x86_64",
"product_id": "php8-bz2-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-1.1.x86_64",
"product": {
"name": "php8-calendar-8.4.16-1.1.x86_64",
"product_id": "php8-calendar-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-1.1.x86_64",
"product": {
"name": "php8-cli-8.4.16-1.1.x86_64",
"product_id": "php8-cli-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-1.1.x86_64",
"product": {
"name": "php8-ctype-8.4.16-1.1.x86_64",
"product_id": "php8-ctype-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-1.1.x86_64",
"product": {
"name": "php8-curl-8.4.16-1.1.x86_64",
"product_id": "php8-curl-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-1.1.x86_64",
"product": {
"name": "php8-dba-8.4.16-1.1.x86_64",
"product_id": "php8-dba-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-1.1.x86_64",
"product": {
"name": "php8-devel-8.4.16-1.1.x86_64",
"product_id": "php8-devel-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-1.1.x86_64",
"product": {
"name": "php8-dom-8.4.16-1.1.x86_64",
"product_id": "php8-dom-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-1.1.x86_64",
"product": {
"name": "php8-enchant-8.4.16-1.1.x86_64",
"product_id": "php8-enchant-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-1.1.x86_64",
"product": {
"name": "php8-exif-8.4.16-1.1.x86_64",
"product_id": "php8-exif-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-1.1.x86_64",
"product": {
"name": "php8-ffi-8.4.16-1.1.x86_64",
"product_id": "php8-ffi-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-1.1.x86_64",
"product": {
"name": "php8-fileinfo-8.4.16-1.1.x86_64",
"product_id": "php8-fileinfo-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-1.1.x86_64",
"product": {
"name": "php8-ftp-8.4.16-1.1.x86_64",
"product_id": "php8-ftp-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-1.1.x86_64",
"product": {
"name": "php8-gd-8.4.16-1.1.x86_64",
"product_id": "php8-gd-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-1.1.x86_64",
"product": {
"name": "php8-gettext-8.4.16-1.1.x86_64",
"product_id": "php8-gettext-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-1.1.x86_64",
"product": {
"name": "php8-gmp-8.4.16-1.1.x86_64",
"product_id": "php8-gmp-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-1.1.x86_64",
"product": {
"name": "php8-iconv-8.4.16-1.1.x86_64",
"product_id": "php8-iconv-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-1.1.x86_64",
"product": {
"name": "php8-intl-8.4.16-1.1.x86_64",
"product_id": "php8-intl-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-1.1.x86_64",
"product": {
"name": "php8-ldap-8.4.16-1.1.x86_64",
"product_id": "php8-ldap-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-1.1.x86_64",
"product": {
"name": "php8-mbstring-8.4.16-1.1.x86_64",
"product_id": "php8-mbstring-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-1.1.x86_64",
"product": {
"name": "php8-mysql-8.4.16-1.1.x86_64",
"product_id": "php8-mysql-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-1.1.x86_64",
"product": {
"name": "php8-odbc-8.4.16-1.1.x86_64",
"product_id": "php8-odbc-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-1.1.x86_64",
"product": {
"name": "php8-opcache-8.4.16-1.1.x86_64",
"product_id": "php8-opcache-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-1.1.x86_64",
"product": {
"name": "php8-openssl-8.4.16-1.1.x86_64",
"product_id": "php8-openssl-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-1.1.x86_64",
"product": {
"name": "php8-pcntl-8.4.16-1.1.x86_64",
"product_id": "php8-pcntl-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-1.1.x86_64",
"product": {
"name": "php8-pdo-8.4.16-1.1.x86_64",
"product_id": "php8-pdo-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-1.1.x86_64",
"product": {
"name": "php8-pgsql-8.4.16-1.1.x86_64",
"product_id": "php8-pgsql-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-1.1.x86_64",
"product": {
"name": "php8-phar-8.4.16-1.1.x86_64",
"product_id": "php8-phar-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-1.1.x86_64",
"product": {
"name": "php8-posix-8.4.16-1.1.x86_64",
"product_id": "php8-posix-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-1.1.x86_64",
"product": {
"name": "php8-readline-8.4.16-1.1.x86_64",
"product_id": "php8-readline-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-1.1.x86_64",
"product": {
"name": "php8-shmop-8.4.16-1.1.x86_64",
"product_id": "php8-shmop-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-1.1.x86_64",
"product": {
"name": "php8-snmp-8.4.16-1.1.x86_64",
"product_id": "php8-snmp-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-1.1.x86_64",
"product": {
"name": "php8-soap-8.4.16-1.1.x86_64",
"product_id": "php8-soap-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-1.1.x86_64",
"product": {
"name": "php8-sockets-8.4.16-1.1.x86_64",
"product_id": "php8-sockets-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-1.1.x86_64",
"product": {
"name": "php8-sodium-8.4.16-1.1.x86_64",
"product_id": "php8-sodium-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-1.1.x86_64",
"product": {
"name": "php8-sqlite-8.4.16-1.1.x86_64",
"product_id": "php8-sqlite-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-1.1.x86_64",
"product": {
"name": "php8-sysvmsg-8.4.16-1.1.x86_64",
"product_id": "php8-sysvmsg-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-1.1.x86_64",
"product": {
"name": "php8-sysvsem-8.4.16-1.1.x86_64",
"product_id": "php8-sysvsem-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-1.1.x86_64",
"product": {
"name": "php8-sysvshm-8.4.16-1.1.x86_64",
"product_id": "php8-sysvshm-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-1.1.x86_64",
"product": {
"name": "php8-tidy-8.4.16-1.1.x86_64",
"product_id": "php8-tidy-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-1.1.x86_64",
"product": {
"name": "php8-tokenizer-8.4.16-1.1.x86_64",
"product_id": "php8-tokenizer-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-1.1.x86_64",
"product": {
"name": "php8-xmlreader-8.4.16-1.1.x86_64",
"product_id": "php8-xmlreader-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-1.1.x86_64",
"product": {
"name": "php8-xmlwriter-8.4.16-1.1.x86_64",
"product_id": "php8-xmlwriter-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-1.1.x86_64",
"product": {
"name": "php8-xsl-8.4.16-1.1.x86_64",
"product_id": "php8-xsl-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-1.1.x86_64",
"product": {
"name": "php8-zip-8.4.16-1.1.x86_64",
"product_id": "php8-zip-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-1.1.x86_64",
"product": {
"name": "php8-zlib-8.4.16-1.1.x86_64",
"product_id": "php8-zlib-8.4.16-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64"
},
"product_reference": "php8-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-8.4.16-1.1.s390x"
},
"product_reference": "php8-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64"
},
"product_reference": "php8-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64"
},
"product_reference": "php8-bcmath-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-bcmath-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x"
},
"product_reference": "php8-bcmath-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64"
},
"product_reference": "php8-bcmath-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64"
},
"product_reference": "php8-bz2-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-bz2-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x"
},
"product_reference": "php8-bz2-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64"
},
"product_reference": "php8-bz2-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64"
},
"product_reference": "php8-calendar-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-calendar-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x"
},
"product_reference": "php8-calendar-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64"
},
"product_reference": "php8-calendar-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64"
},
"product_reference": "php8-cli-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-cli-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x"
},
"product_reference": "php8-cli-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64"
},
"product_reference": "php8-cli-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64"
},
"product_reference": "php8-ctype-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-ctype-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x"
},
"product_reference": "php8-ctype-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64"
},
"product_reference": "php8-ctype-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64"
},
"product_reference": "php8-curl-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-curl-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x"
},
"product_reference": "php8-curl-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64"
},
"product_reference": "php8-curl-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64"
},
"product_reference": "php8-dba-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-dba-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x"
},
"product_reference": "php8-dba-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64"
},
"product_reference": "php8-dba-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64"
},
"product_reference": "php8-devel-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-devel-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x"
},
"product_reference": "php8-devel-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64"
},
"product_reference": "php8-devel-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64"
},
"product_reference": "php8-dom-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-dom-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x"
},
"product_reference": "php8-dom-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64"
},
"product_reference": "php8-dom-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64"
},
"product_reference": "php8-enchant-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-enchant-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x"
},
"product_reference": "php8-enchant-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64"
},
"product_reference": "php8-enchant-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64"
},
"product_reference": "php8-exif-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-exif-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x"
},
"product_reference": "php8-exif-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64"
},
"product_reference": "php8-exif-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64"
},
"product_reference": "php8-ffi-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-ffi-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x"
},
"product_reference": "php8-ffi-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64"
},
"product_reference": "php8-ffi-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64"
},
"product_reference": "php8-fileinfo-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x"
},
"product_reference": "php8-fileinfo-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64"
},
"product_reference": "php8-fileinfo-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64"
},
"product_reference": "php8-ftp-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-ftp-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x"
},
"product_reference": "php8-ftp-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64"
},
"product_reference": "php8-ftp-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64"
},
"product_reference": "php8-gd-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-gd-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x"
},
"product_reference": "php8-gd-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64"
},
"product_reference": "php8-gd-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64"
},
"product_reference": "php8-gettext-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-gettext-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x"
},
"product_reference": "php8-gettext-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64"
},
"product_reference": "php8-gettext-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64"
},
"product_reference": "php8-gmp-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-gmp-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x"
},
"product_reference": "php8-gmp-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64"
},
"product_reference": "php8-gmp-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64"
},
"product_reference": "php8-iconv-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-iconv-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x"
},
"product_reference": "php8-iconv-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64"
},
"product_reference": "php8-iconv-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64"
},
"product_reference": "php8-intl-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-intl-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x"
},
"product_reference": "php8-intl-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64"
},
"product_reference": "php8-intl-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64"
},
"product_reference": "php8-ldap-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-ldap-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x"
},
"product_reference": "php8-ldap-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64"
},
"product_reference": "php8-ldap-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64"
},
"product_reference": "php8-mbstring-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-mbstring-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x"
},
"product_reference": "php8-mbstring-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64"
},
"product_reference": "php8-mbstring-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64"
},
"product_reference": "php8-mysql-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-mysql-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x"
},
"product_reference": "php8-mysql-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64"
},
"product_reference": "php8-mysql-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64"
},
"product_reference": "php8-odbc-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-odbc-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x"
},
"product_reference": "php8-odbc-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64"
},
"product_reference": "php8-odbc-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64"
},
"product_reference": "php8-opcache-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-opcache-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x"
},
"product_reference": "php8-opcache-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64"
},
"product_reference": "php8-opcache-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64"
},
"product_reference": "php8-openssl-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-openssl-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x"
},
"product_reference": "php8-openssl-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64"
},
"product_reference": "php8-openssl-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64"
},
"product_reference": "php8-pcntl-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-pcntl-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x"
},
"product_reference": "php8-pcntl-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64"
},
"product_reference": "php8-pcntl-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64"
},
"product_reference": "php8-pdo-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-pdo-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x"
},
"product_reference": "php8-pdo-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64"
},
"product_reference": "php8-pdo-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64"
},
"product_reference": "php8-pgsql-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-pgsql-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x"
},
"product_reference": "php8-pgsql-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64"
},
"product_reference": "php8-pgsql-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64"
},
"product_reference": "php8-phar-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-phar-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x"
},
"product_reference": "php8-phar-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64"
},
"product_reference": "php8-phar-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64"
},
"product_reference": "php8-posix-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-posix-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x"
},
"product_reference": "php8-posix-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64"
},
"product_reference": "php8-posix-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64"
},
"product_reference": "php8-readline-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-readline-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x"
},
"product_reference": "php8-readline-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64"
},
"product_reference": "php8-readline-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64"
},
"product_reference": "php8-shmop-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-shmop-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x"
},
"product_reference": "php8-shmop-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64"
},
"product_reference": "php8-shmop-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64"
},
"product_reference": "php8-snmp-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-snmp-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x"
},
"product_reference": "php8-snmp-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64"
},
"product_reference": "php8-snmp-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64"
},
"product_reference": "php8-soap-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-soap-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x"
},
"product_reference": "php8-soap-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64"
},
"product_reference": "php8-soap-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64"
},
"product_reference": "php8-sockets-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-sockets-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x"
},
"product_reference": "php8-sockets-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64"
},
"product_reference": "php8-sockets-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64"
},
"product_reference": "php8-sodium-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-sodium-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x"
},
"product_reference": "php8-sodium-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64"
},
"product_reference": "php8-sodium-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64"
},
"product_reference": "php8-sqlite-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-sqlite-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x"
},
"product_reference": "php8-sqlite-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64"
},
"product_reference": "php8-sqlite-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x"
},
"product_reference": "php8-sysvmsg-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64"
},
"product_reference": "php8-sysvsem-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x"
},
"product_reference": "php8-sysvsem-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64"
},
"product_reference": "php8-sysvsem-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64"
},
"product_reference": "php8-sysvshm-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x"
},
"product_reference": "php8-sysvshm-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64"
},
"product_reference": "php8-sysvshm-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64"
},
"product_reference": "php8-tidy-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-tidy-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x"
},
"product_reference": "php8-tidy-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64"
},
"product_reference": "php8-tidy-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64"
},
"product_reference": "php8-tokenizer-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x"
},
"product_reference": "php8-tokenizer-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64"
},
"product_reference": "php8-tokenizer-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64"
},
"product_reference": "php8-xmlreader-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x"
},
"product_reference": "php8-xmlreader-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64"
},
"product_reference": "php8-xmlreader-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x"
},
"product_reference": "php8-xmlwriter-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64"
},
"product_reference": "php8-xsl-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-xsl-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x"
},
"product_reference": "php8-xsl-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64"
},
"product_reference": "php8-xsl-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64"
},
"product_reference": "php8-zip-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-zip-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x"
},
"product_reference": "php8-zip-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64"
},
"product_reference": "php8-zip-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64"
},
"product_reference": "php8-zlib-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-zlib-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x"
},
"product_reference": "php8-zlib-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
},
"product_reference": "php8-zlib-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14177"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, the getimagesize() function may leak uninitialized heap memory into the APPn segments (e.g., APP1) when reading images in multi-chunk mode (such as via php://filter). This occurs due to a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, leaving tail bytes uninitialized. This may lead to information disclosure of sensitive heap data and affect the confidentiality of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14177",
"url": "https://www.suse.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "SUSE Bug 1255710 for CVE-2025-14177",
"url": "https://bugzilla.suse.com/1255710"
}
],
"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:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-20T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14178"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, a heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE, due to an integer overflow in the precomputation of element counts using zend_hash_num_elements(). This may lead to memory corruption or crashes and affect the integrity and availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14178",
"url": "https://www.suse.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "SUSE Bug 1255711 for CVE-2025-14178",
"url": "https://bugzilla.suse.com/1255711"
}
],
"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:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-20T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14180"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14180",
"url": "https://www.suse.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "SUSE Bug 1255712 for CVE-2025-14180",
"url": "https://bugzilla.suse.com/1255712"
}
],
"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:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-20T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-14180"
}
]
}
SUSE-SU-2026:0086-1
Vulnerability from csaf_suse - Published: 2026-01-09 15:01 - Updated: 2026-01-09 15:01Notes
{
"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": "Security update for php8",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php8 fixes the following issues:\n\nSecurity fixes:\n \n- CVE-2025-14177: getimagesize() function may leak uninitialized heap memory into the APPn segments when reading images in multi-chunk mode (bsc#1255710).\n- CVE-2025-14178: heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE (bsc#1255711).\n- CVE-2025-14180: null pointer dereference in pdo_parse_params() function when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled (bsc#1255712).\n\nOther fixes:\n\nVersion 8.3.29\n Core:\n Sync all boost.context files with release 1.86.0.\n Fixed bug GH-20435 (SensitiveParameter doesn\u0027t work for named argument passing to variadic parameter).\n Fixed bug GH-20286 (use-after-destroy during userland stream_close()).\n Bz2:\n Fix assertion failures resulting in crashes with stream filter object parameters.\n Date:\n Fix crashes when trying to instantiate uninstantiable classes via date static constructors.\n DOM:\n Fix missing NUL byte check on C14NFile().\n Fibers:\n Fixed bug GH-20483 (ASAN stack overflow with fiber.stack_size INI small value).\n FTP:\n Fixed bug GH-20601 (ftp_connect overflow on timeout).\n GD:\n Fixed bug GH-20511 (imagegammacorrect out of range input/output values).\n Fixed bug GH-20602 (imagescale overflow with large height values).\n Intl:\n Fixed bug GH-20426 (Spoofchecker::setRestrictionLevel() error message suggests missing constants).\n LibXML:\n Fix some deprecations on newer libxml versions regarding input buffer/parser handling.\n MbString:\n Fixed bug GH-20491 (SLES15 compile error with mbstring oniguruma).\n Fixed bug GH-20492 (mbstring compile warning due to non-strings).\n MySQLnd:\n Fixed bug GH-20528 (Regression breaks mysql connexion using an IPv6 address enclosed in square brackets).\n Opcache:\n Fixed bug GH-20329 (opcache.file_cache broken with full interned string buffer).\n PDO:\n Fixed GHSA-8xr5-qppj-gvwj (PDO quoting result null deref). (CVE-2025-14180)\n Phar:\n Fixed bug GH-20442 (Phar does not respect case-insensitiveness of __halt_compiler() when reading stub).\n Fix broken return value of fflush() for phar file entries.\n Fix assertion failure when fseeking a phar file out of bounds.\n PHPDBG:\n Fixed ZPP type violation in phpdbg_get_executable() and phpdbg_end_oplog().\n SPL:\n Fixed bug GH-20614 (SplFixedArray incorrectly handles references in deserialization).\n Standard:\n Fix memory leak in array_diff() with custom type checks.\n Fixed bug GH-20583 (Stack overflow in http_build_query via deep structures).\n Fixed GHSA-www2-q4fc-65wf (Null byte termination in dns_get_record()).\n Fixed GHSA-h96m-rvf9-jgm2 (Heap buffer overflow in array_merge()). (CVE-2025-14178)\n Fixed GHSA-3237-qqm7-mfv7 (Information Leak of Memory in getimagesize). (CVE-2025-14177)\n Tidy:\n Fixed bug GH-20374 (PHP with tidy and custom-tags).\n XML:\n Fixed bug GH-20439 (xml_set_default_handler() does not properly handle special characters in attributes when passing data to callback).\n Zip:\n Fix crash in property existence test.\n Don\u0027t truncate return value of zip_fread() with user sizes.\n Zlib:\n Fix assertion failures resulting in crashes with stream filter object parameters.\n Version 8.3.28\n Core:\n Fixed bug GH-19934 (CGI with auto_globals_jit=0 causes uouv).\n Fixed bug GH-20073 (Assertion failure in WeakMap offset operations on reference).\n Fixed bug GH-19844 (Don\u0027t bail when closing resources on shutdown).\n Fixed bug GH-20177 (Accessing overridden private property in get_object_vars() triggers assertion error).\n Fixed bug GH-20183 (Stale EG(opline_before_exception) pointer through eval).\n DOM:\n Partially fixed bug GH-16317 (DOM classes do not allow __debugInfo() overrides to work).\n Exif:\n Fix possible memory leak when tag is empty.\n FPM:\n Fixed bug GH-19974 (fpm_status_export_to_zval segfault for parallel execution).\n FTP:\n Fixed bug GH-20240 (FTP with SSL: ftp_fput(): Connection timed out on successful writes).\n GD:\n Fixed bug GH-20070 (Return type violation in imagefilter when an invalid filter is provided).\n Intl:\n Fix memory leak on error in locale_filter_matches().\n LibXML:\n Fix not thread safe schema/relaxng calls.\n MySQLnd:\n Fixed bug GH-8978 (SSL certificate verification fails (port doubled)).\n Fixed bug GH-20122 (getColumnMeta() for JSON-column in MySQL).\n Opcache:\n Fixed bug GH-20081 (access to uninitialized vars in preload_load()).\n Fixed bug GH-20121 (JIT broken in ZTS builds on MacOS 15).\n PgSql:\n Fix memory leak when first string conversion fails.\n Fix segfaults when attempting to fetch row into a non-instantiable class name.\n Phar:\n Fix memory leak of argument in webPhar.\n Fix memory leak when setAlias() fails.\n Fix a bunch of memory leaks in phar_parse_zipfile() error handling.\n Fix file descriptor/memory leak when opening central fp fails.\n Fix memleak+UAF when opening temp stream in buildFromDirectory() fails.\n Fix potential buffer length truncation due to usage of type int instead of type size_t.\n Fix memory leak when openssl polyfill returns garbage.\n Fix file descriptor leak in phar_zip_flush() on failure.\n Fix memory leak when opening temp file fails while trying to open gzip-compressed archive.\n Fixed bug GH-20302 (Freeing a phar alias may invalidate PharFileInfo objects).\n Random:\n Fix Randomizer::__serialize() w.r.t. INDIRECTs.\n SimpleXML:\n Partially fixed bug GH-16317 (SimpleXML does not allow __debugInfo() overrides to work).\n Standard:\n Fix shm corruption with coercion in options of unserialize().\n Streams:\n Fixed bug GH-19798: XP_SOCKET XP_SSL (Socket stream modules): Incorrect condition for Win32/Win64.\n Tidy:\n Fixed GH-19021 (improved tidyOptGetCategory detection).\n Fix UAF in tidy when tidySetErrorBuffer() fails.\n XMLReader:\n Fix arginfo/zpp violations when LIBXML_SCHEMAS_ENABLED is not available.\n Windows:\n Fix GH-19722 (_get_osfhandle asserts in debug mode when given a socket).\n Zip:\n Fix memory leak when passing enc_method/enc_password is passed as option for ZipArchive::addGlob()/addPattern() and with consecutive calls.\n Version 8.3.27\n Core:\n Fixed bug GH-19765 (object_properties_load() bypasses readonly property checks).\n Fixed hard_timeout with --enable-zend-max-execution-timers.\n Fixed bug GH-19792 (SCCP causes UAF for return value if both warning and exception are triggered).\n Fixed bug GH-19653 (Closure named argument unpacking between temporary closures can cause a crash).\n Fixed bug GH-19839 (Incorrect HASH_FLAG_HAS_EMPTY_IND flag on userland array).\n Fixed bug GH-19480 (error_log php.ini cannot be unset when open_basedir is configured).\n Fixed bug GH-20002 (Broken build on *BSD with MSAN).\n CLI:\n Fix useless \u0027Failed to poll event\u0027 error logs due to EAGAIN in CLI server with PHP_CLI_SERVER_WORKERS.\n Curl:\n Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead of the curl_copy_handle() function to clone a CurlHandle.\n Fix curl build and test failures with version 8.16.\n Date:\n Fixed GH-17159: \u0027P\u0027 format for ::createFromFormat swallows string literals.\n DBA:\n Fixed GH-19885 (dba_fetch() overflow on skip argument).\n GD:\n Fixed GH-19955 (imagefttext() memory leak).\n MySQLnd:\n Fixed bug #67563 (mysqli compiled with mysqlnd does not take ipv6 adress as parameter).\n Phar:\n Fix memory leak and invalid continuation after tar header writing fails.\n Fix memory leaks when creating temp file fails when applying zip signature.\n SimpleXML:\n Fixed bug GH-19988 (zend_string_init with NULL pointer in simplexml (UB)).\n Soap:\n Fixed bug GH-19784 (SoapServer memory leak).\n Fixed bug GH-20011 (Array of SoapVar of unknown type causes crash).\n Standard:\n Fixed bug GH-12265 (Cloning an object breaks serialization recursion).\n Fixed bug GH-19701 (Serialize/deserialize loses some data).\n Fixed bug GH-19801 (leaks in var_dump() and debug_zval_dump()).\n Fixed bug GH-20043 (array_unique assertion failure with RC1 array causing an exception on sort).\n Fixed bug GH-19926 (reset internal pointer earlier while splicing array while COW violation flag is still set).\n Fixed bug GH-19570 (unable to fseek in /dev/zero and /dev/null).\n Streams:\n Fixed bug GH-19248 (Use strerror_r instead of strerror in main).\n Fixed bug GH-17345 (Bug #35916 was not completely fixed).\n Fixed bug GH-19705 (segmentation when attempting to flush on non seekable stream.\n XMLReader:\n Fixed bug GH-20009 (XMLReader leak on RelaxNG schema failure).\n Zip:\n Fixed bug GH-19688 (Remove pattern overflow in zip addGlob()).\n Fixed bug GH-19932 (Memory leak in zip setEncryptionName()/setEncryptionIndex()).\n Zlib:\n Fixed bug GH-19922 (Double free on gzopen).\n Version 8.3.26\n Core:\n Fixed bug GH-18850 (Repeated inclusion of file with __halt_compiler() triggers \u0027Constant already defined\u0027 warning).\n Partially fixed bug GH-19542 (Scanning of string literals \u003e=2GB will fail due to signed int overflow).\n Fixed bug GH-19544 (GC treats ZEND_WEAKREF_TAG_MAP references as WeakMap references).\n Fixed bug GH-19613 (Stale array iterator pointer).\n Fixed bug GH-19679 (zend_ssa_range_widening may fail to converge).\n Fixed bug GH-19681 (PHP_EXPAND_PATH broken with bash 5.3.0).\n Fixed bug GH-19720 (Assertion failure when error handler throws when accessing a deprecated constant).\n CLI:\n Fixed bug GH-19461 (Improve error message on listening error with IPv6 address).\n Date:\n Fixed date_sunrise() and date_sunset() with partial-hour UTC offset.\n DOM:\n Fixed bug GH-19612 (Mitigate libxml2 tree dictionary bug).\n FPM:\n Fixed failed debug assertion when php_admin_value setting fails.\n GD:\n Fixed bug GH-19579 (imagefilledellipse underflow on width argument).\n Intl:\n Fixed bug GH-11952 (Fix locale strings canonicalization for IntlDateFormatter and NumberFormatter).\n OpenSSL:\n Fixed bug GH-19245 (Success error message on TLS stream accept failure).\n PGSQL:\n Fixed bug GH-19485 (potential use after free when using persistent pgsql connections).\n Phar:\n Fixed memory leaks when verifying OpenSSL signature.\n Fix memory leak in phar tar temporary file error handling code.\n Fix metadata leak when phar convert logic fails.\n Fix memory leak on failure in phar_convert_to_other().\n Fixed bug GH-19752 (Phar decompression with invalid extension can cause UAF).\n Standard:\n Fixed bug GH-16649 (UAF during array_splice).\n Fixed bug GH-19577 (Avoid integer overflow when using a small offset and PHP_INT_MAX with LimitIterator).\n Streams:\n Remove incorrect call to zval_ptr_dtor() in user_wrapper_metadata().\n Fix OSS-Fuzz #385993744.\n Tidy:\n Fixed GH-19021 build issue with libtidy in regard of tidyOptIsReadonly deprecation and TidyInternalCategory being available later than tidyOptGetCategory.\n Zip:\n Fix memory leak in zip when encountering empty glob result.\n Version 8.3.25\n Core:\n Fixed GH-19169 build issue with C++17 and ZEND_STATIC_ASSERT macro.\n Fixed bug GH-18581 (Coerce numeric string keys from iterators when argument unpacking).\n Fixed OSS-Fuzz #434346548 (Failed assertion with throwing __toString in binary const expr).\n Fixed bug GH-19305 (Operands may be being released during comparison).\n Fixed bug GH-19303 (Unpacking empty packed array into uninitialized array causes assertion failure).\n Fixed bug GH-19306 (Generator can be resumed while fetching next value from delegated Generator).\n Fixed bug GH-19326 (Calling Generator::throw() on a running generator with a non-Generator delegate crashes).\n Fixed bug GH-18736 (Circumvented type check with return by ref + finally).\n Fixed zend call stack size for macOs/arm64.\n Fixed bug GH-19065 (Long match statement can segfault compiler during recursive SSA renaming).\n Calendar:\n Fixed bug GH-19371 (integer overflow in calendar.c).\n FTP:\n Fix theoretical issues with hrtime() not being available.\n GD:\n Fix incorrect comparison with result of php_stream_can_cast().\n Hash:\n Fix crash on clone failure.\n Intl:\n Fixed GH-19261: msgfmt_parse_message leaks on message creation failure.\n Fix return value on failure for resourcebundle count handler.\n LDAP:\n Fixed bug GH-18529 (additional inheriting of TLS int options).\n LibXML:\n Fixed bug GH-19098 (libxml\u003c2.13 segmentation fault caused by php_libxml_node_free).\n MbString:\n Fixed bug GH-19397 (mb_list_encodings() can cause crashes on shutdown).\n Opcache:\n Reset global pointers to prevent use-after-free in zend_jit_status().\n OpenSSL:\n Fixed bug GH-18986 (OpenSSL backend: incorrect RAND_{load,write}_file() return value check).\n Fix error return check of EVP_CIPHER_CTX_ctrl().\n Fixed bug GH-19428 (openssl_pkey_derive segfaults for DH derive with low key_length param).\n PDO Pgsql:\n Fixed dangling pointer access on _pdo_pgsql_trim_message helper.\n Readline:\n Fixed bug GH-19250 and bug #51360 (Invalid conftest for rl_pending_input).\n SOAP:\n Fixed bug GH-18640 (heap-use-after-free ext/soap/php_encoding.c:299:32 in soap_check_zval_ref).\n Sockets:\n Fix some potential crashes on incorrect argument value.\n Standard:\n Fixed OSS Fuzz #433303828 (Leak in failed unserialize() with opcache).\n Fix theoretical issues with hrtime() not being available.\n Fixed bug GH-19300 (Nested array_multisort invocation with error breaks).\n Windows:\n Free opened_path when opened_path_len \u003e= MAXPATHLEN.\n Version 8.3.24\n Calendar:\n Fixed jewishtojd overflow on year argument.\n Core:\n Fixed bug GH-18833 (Use after free with weakmaps dependent on destruction order).\n Fix OSS-Fuzz #427814456.\n Fix OSS-Fuzz #428983568 and #428760800.\n Fixed bug GH-17204 -Wuseless-escape warnings emitted by re2c.\n Curl:\n Fix memory leaks when returning refcounted value from curl callback.\n Remove incorrect string release.\n LDAP:\n Fixed GH-18902 ldap_exop/ldap_exop_sync assert triggered on empty request OID.\n MbString:\n Fixed bug GH-18901 (integer overflow mb_split).\n OCI8:\n Fixed bug GH-18873 (OCI_RETURN_LOBS flag causes oci8 to leak memory).\n Opcache:\n Fixed bug GH-18639 (Internal class aliases can break preloading + JIT).\n Fixed bug GH-14082 (Segmentation fault on unknown address 0x600000000018 in ext/opcache/jit/zend_jit.c).\n OpenSSL:\n Fixed bug #80770 (It is not possible to get client peer certificate with stream_socket_server).\n PCNTL:\n Fixed bug GH-18958 (Fatal error during shutdown after pcntl_rfork() or pcntl_forkx() with zend-max-execution-timers).\n Phar:\n Fix stream double free in phar.\n Fix phar crash and file corruption with SplFileObject.\n SOAP:\n Fixed bug GH-18990, bug #81029, bug #47314 (SOAP HTTP socket not closing on object destruction).\n Fix memory leak when URL parsing fails in redirect.\n SPL:\n Fixed bug GH-19094 (Attaching class with no Iterator implementation to MultipleIterator causes crash).\n Standard:\n Fix misleading errors in printf().\n Fix RCN violations in array functions.\n Fixed GH-18976 pack() overflow with h/H format and INT_MAX repeater value.\n Streams:\n Fixed GH-13264 (fgets() and stream_get_line() do not return false on filter fatal error).\n Zip:\n Fix leak when path is too long in ZipArchive::extractTo().\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-86,SUSE-SLE-Module-Web-Scripting-15-SP7-2026-86",
"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-2026_0086-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0086-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260086-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0086-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023729.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255710",
"url": "https://bugzilla.suse.com/1255710"
},
{
"category": "self",
"summary": "SUSE Bug 1255711",
"url": "https://bugzilla.suse.com/1255711"
},
{
"category": "self",
"summary": "SUSE Bug 1255712",
"url": "https://bugzilla.suse.com/1255712"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14177 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14178 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14180 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14180/"
}
],
"title": "Security update for php8",
"tracking": {
"current_release_date": "2026-01-09T15:01:56Z",
"generator": {
"date": "2026-01-09T15:01:56Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0086-1",
"initial_release_date": "2026-01-09T15:01:56Z",
"revision_history": [
{
"date": "2026-01-09T15:01:56Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"product_id": "apache2-mod_php8-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-bcmath-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-bz2-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-bz2-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-calendar-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-calendar-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-cli-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-cli-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-ctype-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-ctype-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-curl-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-curl-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-dba-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-dba-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-devel-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-devel-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-dom-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-dom-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-embed-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-embed-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-enchant-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-enchant-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-exif-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-exif-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-fastcgi-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-ffi-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-ffi-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-fileinfo-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-fpm-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-fpm-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-ftp-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-ftp-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-gd-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-gd-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-gettext-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-gettext-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-gmp-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-gmp-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-iconv-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-iconv-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-intl-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-intl-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-ldap-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-ldap-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-mbstring-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-mysql-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-mysql-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-odbc-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-odbc-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-opcache-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-opcache-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-openssl-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-openssl-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-pcntl-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-pdo-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-pdo-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-pgsql-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-phar-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-phar-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-posix-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-posix-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-readline-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-readline-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-shmop-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-shmop-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-snmp-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-snmp-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-soap-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-soap-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-sockets-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-sockets-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-sodium-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-sodium-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-sqlite-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-sysvmsg-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-sysvsem-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-sysvshm-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-test-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-test-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-test-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-tidy-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-tidy-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-tokenizer-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-xmlreader-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-xmlwriter-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-xsl-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-xsl-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-zip-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-zip-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-zlib-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-zlib-8.3.29-150700.3.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.i586",
"product": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.i586",
"product_id": "apache2-mod_php8-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-8.3.29-150700.3.9.1.i586",
"product_id": "php8-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.i586",
"product_id": "php8-bcmath-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-bz2-8.3.29-150700.3.9.1.i586",
"product_id": "php8-bz2-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-calendar-8.3.29-150700.3.9.1.i586",
"product_id": "php8-calendar-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-cli-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-cli-8.3.29-150700.3.9.1.i586",
"product_id": "php8-cli-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-ctype-8.3.29-150700.3.9.1.i586",
"product_id": "php8-ctype-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-curl-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-curl-8.3.29-150700.3.9.1.i586",
"product_id": "php8-curl-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-dba-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-dba-8.3.29-150700.3.9.1.i586",
"product_id": "php8-dba-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-devel-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-devel-8.3.29-150700.3.9.1.i586",
"product_id": "php8-devel-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-dom-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-dom-8.3.29-150700.3.9.1.i586",
"product_id": "php8-dom-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-embed-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-embed-8.3.29-150700.3.9.1.i586",
"product_id": "php8-embed-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-enchant-8.3.29-150700.3.9.1.i586",
"product_id": "php8-enchant-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-exif-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-exif-8.3.29-150700.3.9.1.i586",
"product_id": "php8-exif-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.i586",
"product_id": "php8-fastcgi-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-ffi-8.3.29-150700.3.9.1.i586",
"product_id": "php8-ffi-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.i586",
"product_id": "php8-fileinfo-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-fpm-8.3.29-150700.3.9.1.i586",
"product_id": "php8-fpm-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-ftp-8.3.29-150700.3.9.1.i586",
"product_id": "php8-ftp-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gd-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-gd-8.3.29-150700.3.9.1.i586",
"product_id": "php8-gd-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-gettext-8.3.29-150700.3.9.1.i586",
"product_id": "php8-gettext-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-gmp-8.3.29-150700.3.9.1.i586",
"product_id": "php8-gmp-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-iconv-8.3.29-150700.3.9.1.i586",
"product_id": "php8-iconv-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-intl-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-intl-8.3.29-150700.3.9.1.i586",
"product_id": "php8-intl-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-ldap-8.3.29-150700.3.9.1.i586",
"product_id": "php8-ldap-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.i586",
"product_id": "php8-mbstring-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-mysql-8.3.29-150700.3.9.1.i586",
"product_id": "php8-mysql-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-odbc-8.3.29-150700.3.9.1.i586",
"product_id": "php8-odbc-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-opcache-8.3.29-150700.3.9.1.i586",
"product_id": "php8-opcache-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-openssl-8.3.29-150700.3.9.1.i586",
"product_id": "php8-openssl-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.i586",
"product_id": "php8-pcntl-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-pdo-8.3.29-150700.3.9.1.i586",
"product_id": "php8-pdo-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.i586",
"product_id": "php8-pgsql-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-phar-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-phar-8.3.29-150700.3.9.1.i586",
"product_id": "php8-phar-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-posix-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-posix-8.3.29-150700.3.9.1.i586",
"product_id": "php8-posix-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-readline-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-readline-8.3.29-150700.3.9.1.i586",
"product_id": "php8-readline-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-shmop-8.3.29-150700.3.9.1.i586",
"product_id": "php8-shmop-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-snmp-8.3.29-150700.3.9.1.i586",
"product_id": "php8-snmp-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-soap-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-soap-8.3.29-150700.3.9.1.i586",
"product_id": "php8-soap-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-sockets-8.3.29-150700.3.9.1.i586",
"product_id": "php8-sockets-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-sodium-8.3.29-150700.3.9.1.i586",
"product_id": "php8-sodium-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.i586",
"product_id": "php8-sqlite-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.i586",
"product_id": "php8-sysvmsg-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.i586",
"product_id": "php8-sysvsem-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.i586",
"product_id": "php8-sysvshm-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-test-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-test-8.3.29-150700.3.9.1.i586",
"product_id": "php8-test-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-tidy-8.3.29-150700.3.9.1.i586",
"product_id": "php8-tidy-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.i586",
"product_id": "php8-tokenizer-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.i586",
"product_id": "php8-xmlreader-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.i586",
"product_id": "php8-xmlwriter-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-xsl-8.3.29-150700.3.9.1.i586",
"product_id": "php8-xsl-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-zip-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-zip-8.3.29-150700.3.9.1.i586",
"product_id": "php8-zip-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-zlib-8.3.29-150700.3.9.1.i586",
"product_id": "php8-zlib-8.3.29-150700.3.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-fpm-apache-8.3.29-150700.3.9.1.noarch",
"product": {
"name": "php8-fpm-apache-8.3.29-150700.3.9.1.noarch",
"product_id": "php8-fpm-apache-8.3.29-150700.3.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"product_id": "apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-bcmath-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-bz2-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-calendar-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-cli-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-cli-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-cli-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-ctype-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-curl-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-curl-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-curl-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dba-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-dba-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-dba-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-devel-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-devel-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-devel-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dom-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-dom-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-dom-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-embed-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-embed-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-embed-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-enchant-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-exif-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-exif-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-exif-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-fastcgi-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-ffi-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-ffi-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-fileinfo-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-fpm-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-ftp-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gd-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-gd-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-gd-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-gettext-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-gmp-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-iconv-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-intl-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-intl-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-intl-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-ldap-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-mbstring-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-mysql-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-odbc-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-opcache-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-openssl-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-pcntl-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-pdo-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-pgsql-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-phar-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-phar-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-phar-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-posix-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-posix-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-posix-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-readline-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-readline-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-readline-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-shmop-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-snmp-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-soap-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-soap-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-soap-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-sockets-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-sodium-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-sqlite-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-sysvsem-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-sysvshm-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-test-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-test-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-test-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-tidy-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-tokenizer-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-xmlreader-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-xsl-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zip-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-zip-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-zip-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-zlib-8.3.29-150700.3.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"product_id": "apache2-mod_php8-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-bcmath-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-bz2-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-bz2-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-calendar-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-calendar-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-cli-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-cli-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-cli-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-ctype-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-ctype-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-curl-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-curl-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-curl-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dba-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-dba-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-dba-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-devel-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-devel-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-devel-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dom-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-dom-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-dom-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-embed-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-embed-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-embed-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-enchant-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-enchant-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-exif-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-exif-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-exif-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-fastcgi-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-ffi-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-ffi-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-fileinfo-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-fpm-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-fpm-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-ftp-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-ftp-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gd-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-gd-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-gd-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-gettext-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-gettext-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-gmp-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-gmp-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-iconv-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-iconv-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-intl-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-intl-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-intl-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-ldap-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-ldap-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-mbstring-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-mysql-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-mysql-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-odbc-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-odbc-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-opcache-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-opcache-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-openssl-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-openssl-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-pcntl-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-pdo-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-pdo-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-pgsql-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-phar-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-phar-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-phar-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-posix-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-posix-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-posix-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-readline-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-readline-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-readline-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-shmop-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-shmop-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-snmp-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-snmp-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-soap-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-soap-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-soap-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-sockets-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-sockets-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-sodium-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-sodium-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-sqlite-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-sysvmsg-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-sysvsem-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-sysvshm-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-test-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-test-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-test-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-tidy-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-tidy-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-tokenizer-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-xmlreader-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-xmlwriter-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-xsl-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-xsl-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zip-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-zip-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-zip-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-zlib-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-zlib-8.3.29-150700.3.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"product_id": "apache2-mod_php8-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-bcmath-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-bz2-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-bz2-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-calendar-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-calendar-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-cli-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-cli-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-ctype-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-ctype-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-curl-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-curl-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-dba-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-dba-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-devel-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-devel-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-dom-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-dom-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-embed-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-embed-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-enchant-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-enchant-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-exif-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-exif-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-fastcgi-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-ffi-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-ffi-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-fileinfo-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-fpm-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-fpm-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-ftp-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-ftp-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-gd-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-gd-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-gettext-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-gettext-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-gmp-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-gmp-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-iconv-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-iconv-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-intl-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-intl-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-ldap-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-ldap-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-mbstring-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-mysql-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-mysql-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-odbc-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-odbc-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-opcache-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-opcache-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-openssl-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-openssl-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-pcntl-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-pdo-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-pdo-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-pgsql-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-phar-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-phar-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-posix-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-posix-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-readline-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-readline-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-shmop-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-shmop-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-snmp-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-snmp-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-soap-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-soap-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-sockets-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-sockets-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-sodium-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-sodium-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-sqlite-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-sysvmsg-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-sysvsem-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-sysvshm-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-test-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-test-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-test-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-tidy-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-tidy-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-tokenizer-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-xmlreader-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-xmlwriter-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-xsl-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-xsl-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-zip-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-zip-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-zlib-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-zlib-8.3.29-150700.3.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-bcmath-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-bz2-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-bz2-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-bz2-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-calendar-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-calendar-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-calendar-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-cli-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-cli-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-cli-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-cli-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-ctype-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-ctype-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-ctype-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-curl-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-curl-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-curl-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-curl-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-dba-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-dba-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-dba-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-dba-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-devel-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-devel-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-devel-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-devel-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-dom-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-dom-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-dom-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-dom-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-embed-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-embed-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-embed-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-embed-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-enchant-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-enchant-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-enchant-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-exif-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-exif-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-exif-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-exif-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-fpm-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-fpm-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-fpm-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-ftp-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-ftp-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-ftp-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-gd-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-gd-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-gd-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-gd-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-gettext-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-gettext-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-gettext-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-gmp-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-gmp-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-gmp-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-iconv-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-iconv-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-iconv-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-intl-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-intl-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-intl-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-intl-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-ldap-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-ldap-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-ldap-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-mbstring-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-mysql-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-mysql-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-mysql-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-odbc-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-odbc-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-odbc-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-opcache-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-opcache-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-opcache-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-openssl-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-openssl-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-openssl-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-pcntl-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-pdo-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-pdo-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-pdo-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-pgsql-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-phar-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-phar-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-phar-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-phar-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-posix-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-posix-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-posix-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-posix-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-readline-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-readline-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-readline-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-readline-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-shmop-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-shmop-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-shmop-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-snmp-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-snmp-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-snmp-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-soap-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-soap-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-soap-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-soap-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-sockets-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-sockets-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-sockets-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-sodium-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-sodium-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-sodium-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-sqlite-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-test-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-test-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-test-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-test-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-tidy-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-tidy-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-tidy-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-xsl-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-xsl-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-xsl-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-zip-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-zip-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-zip-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-zip-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-zlib-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-zlib-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-zlib-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14177"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, the getimagesize() function may leak uninitialized heap memory into the APPn segments (e.g., APP1) when reading images in multi-chunk mode (such as via php://filter). This occurs due to a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, leaving tail bytes uninitialized. This may lead to information disclosure of sensitive heap data and affect the confidentiality of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14177",
"url": "https://www.suse.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "SUSE Bug 1255710 for CVE-2025-14177",
"url": "https://bugzilla.suse.com/1255710"
}
],
"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 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-09T15:01:56Z",
"details": "low"
}
],
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14178"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, a heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE, due to an integer overflow in the precomputation of element counts using zend_hash_num_elements(). This may lead to memory corruption or crashes and affect the integrity and availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14178",
"url": "https://www.suse.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "SUSE Bug 1255711 for CVE-2025-14178",
"url": "https://bugzilla.suse.com/1255711"
}
],
"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 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-09T15:01:56Z",
"details": "moderate"
}
],
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14180"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14180",
"url": "https://www.suse.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "SUSE Bug 1255712 for CVE-2025-14180",
"url": "https://bugzilla.suse.com/1255712"
}
],
"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 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-09T15:01:56Z",
"details": "moderate"
}
],
"title": "CVE-2025-14180"
}
]
}
SUSE-SU-2026:20146-1
Vulnerability from csaf_suse - Published: 2026-01-26 12:36 - Updated: 2026-01-26 12:36Notes
{
"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": "Security update for php8",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php8 fixes the following issues:\n\nVersion update to 8.4.16:\n\nSecurity fixes:\n\n- CVE-2025-14177: getimagesize() function may leak uninitialized heap memory into the APPn segments when reading images in multi-chunk mode (bsc#1255710).\n- CVE-2025-14178: heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE (bsc#1255711).\n- CVE-2025-14180: null pointer dereference in pdo_parse_params() function when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled (bsc#1255712).\n\nOther fixes:\n\n- php8 contains Directories owned by wwwrun but does not require User. (bsc#1255043)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-198",
"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-2026_20146-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20146-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620146-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20146-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023952.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255043",
"url": "https://bugzilla.suse.com/1255043"
},
{
"category": "self",
"summary": "SUSE Bug 1255710",
"url": "https://bugzilla.suse.com/1255710"
},
{
"category": "self",
"summary": "SUSE Bug 1255711",
"url": "https://bugzilla.suse.com/1255711"
},
{
"category": "self",
"summary": "SUSE Bug 1255712",
"url": "https://bugzilla.suse.com/1255712"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14177 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14178 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14180 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14180/"
}
],
"title": "Security update for php8",
"tracking": {
"current_release_date": "2026-01-26T12:36:41Z",
"generator": {
"date": "2026-01-26T12:36:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20146-1",
"initial_release_date": "2026-01-26T12:36:41Z",
"revision_history": [
{
"date": "2026-01-26T12:36:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-8.4.16-160000.1.1.aarch64",
"product_id": "php8-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"product_id": "php8-bcmath-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.aarch64",
"product_id": "php8-bz2-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.aarch64",
"product_id": "php8-calendar-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.aarch64",
"product_id": "php8-cli-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ctype-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-curl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.aarch64",
"product_id": "php8-dba-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.aarch64",
"product_id": "php8-devel-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.aarch64",
"product_id": "php8-dom-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.aarch64",
"product_id": "php8-embed-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.aarch64",
"product_id": "php8-enchant-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.aarch64",
"product_id": "php8-exif-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ffi-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.aarch64",
"product_id": "php8-fpm-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ftp-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.aarch64",
"product_id": "php8-gd-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.aarch64",
"product_id": "php8-gettext-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.aarch64",
"product_id": "php8-gmp-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.aarch64",
"product_id": "php8-iconv-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-intl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ldap-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"product_id": "php8-mbstring-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.aarch64",
"product_id": "php8-mysql-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.aarch64",
"product_id": "php8-odbc-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.aarch64",
"product_id": "php8-opcache-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-openssl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-pcntl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.aarch64",
"product_id": "php8-pdo-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"product_id": "php8-pgsql-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.aarch64",
"product_id": "php8-phar-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.aarch64",
"product_id": "php8-posix-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.aarch64",
"product_id": "php8-readline-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.aarch64",
"product_id": "php8-shmop-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.aarch64",
"product_id": "php8-snmp-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.aarch64",
"product_id": "php8-soap-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sockets-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sodium-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sqlite-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.aarch64",
"product_id": "php8-tidy-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-xsl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.aarch64",
"product_id": "php8-zip-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.aarch64",
"product_id": "php8-zlib-8.4.16-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"product": {
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"product_id": "php8-fpm-apache-8.4.16-160000.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-bcmath-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-bz2-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-calendar-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-cli-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ctype-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-curl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-dba-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-devel-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-dom-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-embed-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-enchant-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-exif-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ffi-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-fpm-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ftp-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-gd-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-gettext-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-gmp-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-iconv-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-intl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ldap-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-mbstring-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-mysql-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-odbc-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-opcache-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-openssl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-pcntl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-pdo-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-pgsql-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-phar-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-posix-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-readline-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-shmop-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-snmp-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-soap-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sockets-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sodium-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sqlite-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-tidy-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-xsl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-zip-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-zlib-8.4.16-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-8.4.16-160000.1.1.s390x",
"product_id": "php8-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.s390x",
"product_id": "php8-bcmath-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.s390x",
"product_id": "php8-bz2-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.s390x",
"product_id": "php8-calendar-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.s390x",
"product_id": "php8-cli-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.s390x",
"product_id": "php8-ctype-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.s390x",
"product_id": "php8-curl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.s390x",
"product_id": "php8-dba-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.s390x",
"product_id": "php8-devel-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.s390x",
"product_id": "php8-dom-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.s390x",
"product_id": "php8-embed-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.s390x",
"product_id": "php8-enchant-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.s390x",
"product_id": "php8-exif-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.s390x",
"product_id": "php8-ffi-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.s390x",
"product_id": "php8-fpm-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.s390x",
"product_id": "php8-ftp-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.s390x",
"product_id": "php8-gd-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.s390x",
"product_id": "php8-gettext-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.s390x",
"product_id": "php8-gmp-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.s390x",
"product_id": "php8-iconv-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.s390x",
"product_id": "php8-intl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.s390x",
"product_id": "php8-ldap-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.s390x",
"product_id": "php8-mbstring-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.s390x",
"product_id": "php8-mysql-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.s390x",
"product_id": "php8-odbc-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.s390x",
"product_id": "php8-opcache-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.s390x",
"product_id": "php8-openssl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.s390x",
"product_id": "php8-pcntl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.s390x",
"product_id": "php8-pdo-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.s390x",
"product_id": "php8-pgsql-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.s390x",
"product_id": "php8-phar-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.s390x",
"product_id": "php8-posix-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.s390x",
"product_id": "php8-readline-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.s390x",
"product_id": "php8-shmop-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.s390x",
"product_id": "php8-snmp-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.s390x",
"product_id": "php8-soap-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.s390x",
"product_id": "php8-sockets-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.s390x",
"product_id": "php8-sodium-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.s390x",
"product_id": "php8-sqlite-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.s390x",
"product_id": "php8-tidy-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.s390x",
"product_id": "php8-xsl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.s390x",
"product_id": "php8-zip-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.s390x",
"product_id": "php8-zlib-8.4.16-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-8.4.16-160000.1.1.x86_64",
"product_id": "php8-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"product_id": "php8-bcmath-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.x86_64",
"product_id": "php8-bz2-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.x86_64",
"product_id": "php8-calendar-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.x86_64",
"product_id": "php8-cli-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ctype-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-curl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.x86_64",
"product_id": "php8-dba-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.x86_64",
"product_id": "php8-devel-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.x86_64",
"product_id": "php8-dom-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.x86_64",
"product_id": "php8-embed-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.x86_64",
"product_id": "php8-enchant-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.x86_64",
"product_id": "php8-exif-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ffi-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.x86_64",
"product_id": "php8-fpm-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ftp-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.x86_64",
"product_id": "php8-gd-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.x86_64",
"product_id": "php8-gettext-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.x86_64",
"product_id": "php8-gmp-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.x86_64",
"product_id": "php8-iconv-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-intl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ldap-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"product_id": "php8-mbstring-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.x86_64",
"product_id": "php8-mysql-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.x86_64",
"product_id": "php8-odbc-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.x86_64",
"product_id": "php8-opcache-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-openssl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-pcntl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.x86_64",
"product_id": "php8-pdo-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"product_id": "php8-pgsql-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.x86_64",
"product_id": "php8-phar-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.x86_64",
"product_id": "php8-posix-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.x86_64",
"product_id": "php8-readline-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.x86_64",
"product_id": "php8-shmop-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.x86_64",
"product_id": "php8-snmp-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.x86_64",
"product_id": "php8-soap-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sockets-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sodium-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sqlite-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.x86_64",
"product_id": "php8-tidy-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-xsl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.x86_64",
"product_id": "php8-zip-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.x86_64",
"product_id": "php8-zlib-8.4.16-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch"
},
"product_reference": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch"
},
"product_reference": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14177"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, the getimagesize() function may leak uninitialized heap memory into the APPn segments (e.g., APP1) when reading images in multi-chunk mode (such as via php://filter). This occurs due to a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, leaving tail bytes uninitialized. This may lead to information disclosure of sensitive heap data and affect the confidentiality of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14177",
"url": "https://www.suse.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "SUSE Bug 1255710 for CVE-2025-14177",
"url": "https://bugzilla.suse.com/1255710"
}
],
"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 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T12:36:41Z",
"details": "low"
}
],
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14178"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, a heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE, due to an integer overflow in the precomputation of element counts using zend_hash_num_elements(). This may lead to memory corruption or crashes and affect the integrity and availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14178",
"url": "https://www.suse.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "SUSE Bug 1255711 for CVE-2025-14178",
"url": "https://bugzilla.suse.com/1255711"
}
],
"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 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T12:36:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14180"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14180",
"url": "https://www.suse.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "SUSE Bug 1255712 for CVE-2025-14180",
"url": "https://bugzilla.suse.com/1255712"
}
],
"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 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T12:36:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-14180"
}
]
}
SUSE-SU-2026:0071-1
Vulnerability from csaf_suse - Published: 2026-01-08 13:22 - Updated: 2026-01-08 13:22Notes
{
"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": "Security update for php8",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php8 fixes the following issues:\n\nSecurity fixes:\n \n- CVE-2025-14177: getimagesize() function may leak uninitialized heap memory into the APPn segments when reading images in multi-chunk mode (bsc#1255710).\n- CVE-2025-14178: heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE (bsc#1255711).\n- CVE-2025-14180: null pointer dereference in pdo_parse_params() function when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled (bsc#1255712).\n\nOther fixes:\n\n- Update to 8.2.30:\n Curl:\n Fix curl build and test failures with version 8.16.\n Opcache:\n Reset global pointers to prevent use-after-free in zend_jit_status().\n PDO:\n Fixed GHSA-8xr5-qppj-gvwj (PDO quoting result null deref). (CVE-2025-14180)\n Standard:\n Fixed GHSA-www2-q4fc-65wf (Null byte termination in dns_get_record()).\n Fixed GHSA-h96m-rvf9-jgm2 (Heap buffer overflow in array_merge()). (CVE-2025-14178)\n Fixed GHSA-3237-qqm7-mfv7 (Information Leak of Memory in getimagesize). (CVE-2025-14177)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-71,openSUSE-SLE-15.6-2026-71",
"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-2026_0071-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0071-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260071-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0071-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023706.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255710",
"url": "https://bugzilla.suse.com/1255710"
},
{
"category": "self",
"summary": "SUSE Bug 1255711",
"url": "https://bugzilla.suse.com/1255711"
},
{
"category": "self",
"summary": "SUSE Bug 1255712",
"url": "https://bugzilla.suse.com/1255712"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14177 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14178 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14180 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14180/"
}
],
"title": "Security update for php8",
"tracking": {
"current_release_date": "2026-01-08T13:22:08Z",
"generator": {
"date": "2026-01-08T13:22:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0071-1",
"initial_release_date": "2026-01-08T13:22:08Z",
"revision_history": [
{
"date": "2026-01-08T13:22:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"product_id": "apache2-mod_php8-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-bcmath-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-bz2-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-bz2-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-calendar-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-calendar-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-cli-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-cli-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-ctype-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-ctype-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-curl-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-curl-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-dba-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-dba-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-devel-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-devel-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-dom-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-dom-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-embed-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-embed-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-enchant-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-enchant-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-exif-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-exif-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-fastcgi-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-ffi-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-ffi-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-fileinfo-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-fpm-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-fpm-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-ftp-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-ftp-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-gd-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-gd-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-gettext-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-gettext-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-gmp-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-gmp-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-iconv-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-iconv-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-intl-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-intl-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-ldap-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-ldap-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-mbstring-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-mysql-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-mysql-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-odbc-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-odbc-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-opcache-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-opcache-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-openssl-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-openssl-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-pcntl-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-pdo-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-pdo-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-pgsql-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-phar-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-phar-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-posix-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-posix-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-readline-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-readline-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-shmop-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-shmop-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-snmp-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-snmp-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-soap-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-soap-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-sockets-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-sockets-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-sodium-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-sodium-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-sqlite-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-sysvmsg-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-sysvsem-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-sysvshm-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-test-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-test-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-test-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-tidy-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-tidy-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-tokenizer-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-xmlreader-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-xmlwriter-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-xsl-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-xsl-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-zip-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-zip-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-zlib-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-zlib-8.2.30-150600.3.25.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.i586",
"product": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.i586",
"product_id": "apache2-mod_php8-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-8.2.30-150600.3.25.1.i586",
"product_id": "php8-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.i586",
"product_id": "php8-bcmath-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-bz2-8.2.30-150600.3.25.1.i586",
"product_id": "php8-bz2-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-calendar-8.2.30-150600.3.25.1.i586",
"product_id": "php8-calendar-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-cli-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-cli-8.2.30-150600.3.25.1.i586",
"product_id": "php8-cli-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-ctype-8.2.30-150600.3.25.1.i586",
"product_id": "php8-ctype-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-curl-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-curl-8.2.30-150600.3.25.1.i586",
"product_id": "php8-curl-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-dba-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-dba-8.2.30-150600.3.25.1.i586",
"product_id": "php8-dba-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-devel-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-devel-8.2.30-150600.3.25.1.i586",
"product_id": "php8-devel-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-dom-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-dom-8.2.30-150600.3.25.1.i586",
"product_id": "php8-dom-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-embed-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-embed-8.2.30-150600.3.25.1.i586",
"product_id": "php8-embed-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-enchant-8.2.30-150600.3.25.1.i586",
"product_id": "php8-enchant-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-exif-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-exif-8.2.30-150600.3.25.1.i586",
"product_id": "php8-exif-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.i586",
"product_id": "php8-fastcgi-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-ffi-8.2.30-150600.3.25.1.i586",
"product_id": "php8-ffi-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.i586",
"product_id": "php8-fileinfo-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-fpm-8.2.30-150600.3.25.1.i586",
"product_id": "php8-fpm-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-ftp-8.2.30-150600.3.25.1.i586",
"product_id": "php8-ftp-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gd-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-gd-8.2.30-150600.3.25.1.i586",
"product_id": "php8-gd-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-gettext-8.2.30-150600.3.25.1.i586",
"product_id": "php8-gettext-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-gmp-8.2.30-150600.3.25.1.i586",
"product_id": "php8-gmp-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-iconv-8.2.30-150600.3.25.1.i586",
"product_id": "php8-iconv-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-intl-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-intl-8.2.30-150600.3.25.1.i586",
"product_id": "php8-intl-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-ldap-8.2.30-150600.3.25.1.i586",
"product_id": "php8-ldap-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.i586",
"product_id": "php8-mbstring-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-mysql-8.2.30-150600.3.25.1.i586",
"product_id": "php8-mysql-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-odbc-8.2.30-150600.3.25.1.i586",
"product_id": "php8-odbc-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-opcache-8.2.30-150600.3.25.1.i586",
"product_id": "php8-opcache-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-openssl-8.2.30-150600.3.25.1.i586",
"product_id": "php8-openssl-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.i586",
"product_id": "php8-pcntl-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-pdo-8.2.30-150600.3.25.1.i586",
"product_id": "php8-pdo-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.i586",
"product_id": "php8-pgsql-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-phar-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-phar-8.2.30-150600.3.25.1.i586",
"product_id": "php8-phar-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-posix-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-posix-8.2.30-150600.3.25.1.i586",
"product_id": "php8-posix-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-readline-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-readline-8.2.30-150600.3.25.1.i586",
"product_id": "php8-readline-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-shmop-8.2.30-150600.3.25.1.i586",
"product_id": "php8-shmop-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-snmp-8.2.30-150600.3.25.1.i586",
"product_id": "php8-snmp-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-soap-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-soap-8.2.30-150600.3.25.1.i586",
"product_id": "php8-soap-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-sockets-8.2.30-150600.3.25.1.i586",
"product_id": "php8-sockets-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-sodium-8.2.30-150600.3.25.1.i586",
"product_id": "php8-sodium-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.i586",
"product_id": "php8-sqlite-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.i586",
"product_id": "php8-sysvmsg-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.i586",
"product_id": "php8-sysvsem-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.i586",
"product_id": "php8-sysvshm-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-test-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-test-8.2.30-150600.3.25.1.i586",
"product_id": "php8-test-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-tidy-8.2.30-150600.3.25.1.i586",
"product_id": "php8-tidy-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.i586",
"product_id": "php8-tokenizer-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.i586",
"product_id": "php8-xmlreader-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.i586",
"product_id": "php8-xmlwriter-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-xsl-8.2.30-150600.3.25.1.i586",
"product_id": "php8-xsl-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-zip-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-zip-8.2.30-150600.3.25.1.i586",
"product_id": "php8-zip-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-zlib-8.2.30-150600.3.25.1.i586",
"product_id": "php8-zlib-8.2.30-150600.3.25.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"product": {
"name": "php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"product_id": "php8-fpm-apache-8.2.30-150600.3.25.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"product_id": "apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-bcmath-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-bz2-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-calendar-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-cli-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-cli-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-cli-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-ctype-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-curl-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-curl-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-curl-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dba-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-dba-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-dba-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-devel-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-devel-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-devel-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dom-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-dom-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-dom-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-embed-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-embed-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-embed-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-enchant-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-exif-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-exif-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-exif-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-fastcgi-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-ffi-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-fileinfo-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-fpm-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-ftp-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gd-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-gd-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-gd-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-gettext-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-gmp-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-iconv-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-intl-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-intl-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-intl-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-ldap-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-mbstring-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-mysql-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-odbc-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-opcache-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-openssl-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-pcntl-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-pdo-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-pgsql-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-phar-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-phar-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-phar-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-posix-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-posix-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-posix-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-readline-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-readline-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-readline-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-shmop-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-snmp-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-soap-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-soap-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-soap-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-sockets-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-sodium-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-sqlite-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-sysvsem-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-sysvshm-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-test-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-test-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-test-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-tidy-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-tokenizer-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-xmlreader-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-xsl-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zip-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-zip-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-zip-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-zlib-8.2.30-150600.3.25.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"product_id": "apache2-mod_php8-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-bcmath-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-bz2-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-bz2-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-calendar-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-calendar-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-cli-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-cli-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-cli-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-ctype-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-ctype-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-curl-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-curl-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-curl-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dba-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-dba-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-dba-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-devel-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-devel-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-devel-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dom-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-dom-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-dom-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-embed-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-embed-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-embed-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-enchant-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-enchant-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-exif-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-exif-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-exif-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-fastcgi-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-ffi-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-ffi-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-fileinfo-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-fpm-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-fpm-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-ftp-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-ftp-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gd-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-gd-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-gd-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-gettext-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-gettext-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-gmp-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-gmp-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-iconv-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-iconv-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-intl-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-intl-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-intl-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-ldap-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-ldap-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-mbstring-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-mysql-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-mysql-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-odbc-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-odbc-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-opcache-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-opcache-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-openssl-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-openssl-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-pcntl-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-pdo-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-pdo-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-pgsql-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-phar-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-phar-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-phar-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-posix-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-posix-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-posix-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-readline-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-readline-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-readline-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-shmop-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-shmop-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-snmp-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-snmp-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-soap-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-soap-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-soap-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-sockets-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-sockets-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-sodium-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-sodium-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-sqlite-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-sysvmsg-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-sysvsem-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-sysvshm-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-test-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-test-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-test-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-tidy-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-tidy-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-tokenizer-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-xmlreader-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-xmlwriter-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-xsl-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-xsl-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zip-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-zip-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-zip-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-zlib-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-zlib-8.2.30-150600.3.25.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"product_id": "apache2-mod_php8-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-bcmath-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-bz2-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-bz2-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-calendar-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-calendar-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-cli-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-cli-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-ctype-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-ctype-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-curl-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-curl-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-dba-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-dba-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-devel-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-devel-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-dom-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-dom-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-embed-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-embed-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-enchant-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-enchant-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-exif-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-exif-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-fastcgi-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-ffi-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-ffi-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-fileinfo-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-fpm-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-fpm-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-ftp-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-ftp-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-gd-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-gd-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-gettext-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-gettext-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-gmp-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-gmp-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-iconv-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-iconv-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-intl-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-intl-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-ldap-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-ldap-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-mbstring-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-mysql-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-mysql-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-odbc-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-odbc-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-opcache-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-opcache-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-openssl-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-openssl-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-pcntl-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-pdo-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-pdo-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-pgsql-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-phar-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-phar-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-posix-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-posix-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-readline-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-readline-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-shmop-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-shmop-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-snmp-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-snmp-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-soap-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-soap-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-sockets-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-sockets-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-sodium-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-sodium-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-sqlite-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-sysvmsg-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-sysvsem-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-sysvshm-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-test-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-test-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-test-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-tidy-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-tidy-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-tokenizer-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-xmlreader-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-xmlwriter-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-xsl-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-xsl-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-zip-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-zip-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-zlib-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-zlib-8.2.30-150600.3.25.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-bcmath-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-bz2-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-bz2-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-bz2-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-calendar-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-calendar-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-calendar-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-cli-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-cli-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-cli-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-cli-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-ctype-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-ctype-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-ctype-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-curl-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-curl-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-curl-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-curl-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-dba-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-dba-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-dba-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-dba-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-devel-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-devel-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-devel-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-devel-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-dom-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-dom-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-dom-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-dom-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-embed-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-embed-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-embed-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-embed-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-enchant-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-enchant-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-enchant-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-exif-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-exif-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-exif-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-exif-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-ffi-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-ffi-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-ffi-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-fpm-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-fpm-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-fpm-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-apache-8.2.30-150600.3.25.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch"
},
"product_reference": "php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-ftp-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-ftp-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-ftp-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-gd-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-gd-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-gd-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-gd-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-gettext-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-gettext-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-gettext-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-gmp-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-gmp-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-gmp-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-iconv-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-iconv-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-iconv-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-intl-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-intl-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-intl-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-intl-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-ldap-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-ldap-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-ldap-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-mbstring-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-mysql-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-mysql-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-mysql-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-odbc-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-odbc-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-odbc-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-opcache-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-opcache-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-opcache-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-openssl-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-openssl-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-openssl-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-pcntl-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-pdo-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-pdo-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-pdo-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-pgsql-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-phar-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-phar-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-phar-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-phar-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-posix-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-posix-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-posix-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-posix-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-readline-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-readline-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-readline-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-readline-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-shmop-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-shmop-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-shmop-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-snmp-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-snmp-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-snmp-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-soap-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-soap-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-soap-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-soap-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-sockets-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-sockets-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-sockets-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-sodium-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-sodium-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-sodium-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-sqlite-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-test-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-test-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-test-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-test-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-tidy-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-tidy-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-tidy-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-xsl-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-xsl-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-xsl-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-zip-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-zip-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-zip-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-zip-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-zlib-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-zlib-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-zlib-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14177"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, the getimagesize() function may leak uninitialized heap memory into the APPn segments (e.g., APP1) when reading images in multi-chunk mode (such as via php://filter). This occurs due to a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, leaving tail bytes uninitialized. This may lead to information disclosure of sensitive heap data and affect the confidentiality of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14177",
"url": "https://www.suse.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "SUSE Bug 1255710 for CVE-2025-14177",
"url": "https://bugzilla.suse.com/1255710"
}
],
"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 Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T13:22:08Z",
"details": "low"
}
],
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14178"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, a heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE, due to an integer overflow in the precomputation of element counts using zend_hash_num_elements(). This may lead to memory corruption or crashes and affect the integrity and availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14178",
"url": "https://www.suse.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "SUSE Bug 1255711 for CVE-2025-14178",
"url": "https://bugzilla.suse.com/1255711"
}
],
"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 Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T13:22:08Z",
"details": "moderate"
}
],
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14180"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14180",
"url": "https://www.suse.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "SUSE Bug 1255712 for CVE-2025-14180",
"url": "https://bugzilla.suse.com/1255712"
}
],
"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 Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T13:22:08Z",
"details": "moderate"
}
],
"title": "CVE-2025-14180"
}
]
}
RHSA-2026:1429
Vulnerability from csaf_redhat - Published: 2026-01-27 19:37 - Updated: 2026-03-04 08:45Notes
{
"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 php:8.3 module 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": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images (CVE-2025-14177)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1429",
"url": "https://access.redhat.com/errata/RHSA-2026:1429"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1429.json"
}
],
"title": "Red Hat Security Advisory: php:8.3 security update",
"tracking": {
"current_release_date": "2026-03-04T08:45:00+00:00",
"generator": {
"date": "2026-03-04T08:45:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.2"
}
},
"id": "RHSA-2026:1429",
"initial_release_date": "2026-01-27T19:37:59+00:00",
"revision_history": [
{
"date": "2026-01-27T19:37:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-27T19:37:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-04T08:45: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 (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"product": {
"name": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch (php:8.3)",
"product_id": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=noarch\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"product": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src (php:8.3)",
"product_id": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=src\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3"
},
"product_reference": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3"
},
"product_reference": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-12-27T20:00:48.661724+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. The getimagesize() function may leak uninitialized heap memory when processing images in multi-chunk mode, such as through php://filter. This vulnerability, caused by a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, allows an attacker to potentially disclose sensitive information from the server\u0027s memory. This could compromise the confidentiality of data on the affected server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The flaw in PHP\u0027s `getimagesize()` function can lead to information disclosure by leaking uninitialized heap memory when processing multi-chunk images, potentially via `php://filter`. This affects the confidentiality of data on systems running affected PHP versions in Red Hat Enterprise Linux 8 (php:8.2/php), Red Hat Enterprise Linux 9 (php, php:8.2/php, php:8.3/php), and Red Hat Enterprise Linux 10 (php, php8.4). The PHP 7 streams for Red Hat Enterprise Linux 7 and 8 are not affected by this vulnerability as the way it reads and stores image metadata is implemented differently than how it\u0027s on affected PHP 8 versions.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "RHBZ#2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7"
}
],
"release_date": "2025-12-27T19:33:23.973000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T19:37:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1429"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images"
},
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T19:37:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1429"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T19:37:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1429"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1185
Vulnerability from csaf_redhat - Published: 2026-01-26 11:43 - Updated: 2026-03-04 08:44Notes
{
"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 php is now available for Red Hat Enterprise Linux 10.0 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": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1185",
"url": "https://access.redhat.com/errata/RHSA-2026:1185"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1185.json"
}
],
"title": "Red Hat Security Advisory: php security update",
"tracking": {
"current_release_date": "2026-03-04T08:44:47+00:00",
"generator": {
"date": "2026-03-04T08:44:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.2"
}
},
"id": "RHSA-2026:1185",
"initial_release_date": "2026-01-26T11:43:38+00:00",
"revision_history": [
{
"date": "2026-01-26T11:43:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-26T11:43:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-04T08:44: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 EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.el10_0.1.src",
"product": {
"name": "php-0:8.3.19-1.el10_0.1.src",
"product_id": "php-0:8.3.19-1.el10_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.el10_0.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-cli-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-cli-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-common-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-common-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-dba-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-dba-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-devel-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-devel-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-gd-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-gd-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-intl-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-intl-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-process-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-process-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-soap-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-soap-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-xml-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-xml-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-common-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-common-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-process-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-process-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-cli-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-cli-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-common-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-common-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-dba-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-dba-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-dbg-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-devel-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-devel-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-embedded-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-enchant-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-ffi-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-fpm-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-gd-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-gd-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-gmp-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-intl-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-intl-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-ldap-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-odbc-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-opcache-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-pdo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-process-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-process-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-snmp-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-soap-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-soap-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-xml-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-xml-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-cli-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-cli-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-common-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-common-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-dba-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-dba-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-devel-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-devel-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-gd-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-gd-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-intl-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-intl-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-process-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-process-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-soap-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-soap-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-xml-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-xml-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.el10_0.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src"
},
"product_reference": "php-0:8.3.19-1.el10_0.1.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-cli-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-cli-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-cli-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-common-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-common-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-common-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-common-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-dba-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-dba-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-dba-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-dbg-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-devel-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-devel-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-devel-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-embedded-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-enchant-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-ffi-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-fpm-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-gd-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-gd-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-gd-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-gmp-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-intl-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-intl-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-intl-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-ldap-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-odbc-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-opcache-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-pdo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-process-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-process-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-process-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-process-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-snmp-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-soap-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-soap-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-soap-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-xml-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-xml-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-xml-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T11:43:38+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-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1185"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T11:43:38+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-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1185"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1169
Vulnerability from csaf_redhat - Published: 2026-01-26 10:37 - Updated: 2026-03-04 08:44Notes
{
"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 php:8.2 module is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1169",
"url": "https://access.redhat.com/errata/RHSA-2026:1169"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1169.json"
}
],
"title": "Red Hat Security Advisory: php:8.2 security update",
"tracking": {
"current_release_date": "2026-03-04T08:44:49+00:00",
"generator": {
"date": "2026-03-04T08:44:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.2"
}
},
"id": "RHSA-2026:1169",
"initial_release_date": "2026-01-26T10:37:48+00:00",
"revision_history": [
{
"date": "2026-01-26T10:37:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-26T10:37:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-04T08:44: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.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"product": {
"name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch (php:8.2)",
"product_id": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=noarch\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"product": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src (php:8.2)",
"product_id": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=src\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=src\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2"
},
"product_reference": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2"
},
"product_reference": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T10:37:48+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.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1169"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T10:37:48+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.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1169"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:3713
Vulnerability from csaf_redhat - Published: 2026-03-04 07:18 - Updated: 2026-03-04 22:42Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"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": "Updated images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 3.3 provides these changes:",
"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-2026:3713",
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-25621",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12638",
"url": "https://access.redhat.com/security/cve/CVE-2025-12638"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14180",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14920",
"url": "https://access.redhat.com/security/cve/CVE-2025-14920"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14921",
"url": "https://access.redhat.com/security/cve/CVE-2025-14921"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14922",
"url": "https://access.redhat.com/security/cve/CVE-2025-14922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14924",
"url": "https://access.redhat.com/security/cve/CVE-2025-14924"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14925",
"url": "https://access.redhat.com/security/cve/CVE-2025-14925"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14926",
"url": "https://access.redhat.com/security/cve/CVE-2025-14926"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14927",
"url": "https://access.redhat.com/security/cve/CVE-2025-14927"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14928",
"url": "https://access.redhat.com/security/cve/CVE-2025-14928"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14929",
"url": "https://access.redhat.com/security/cve/CVE-2025-14929"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14930",
"url": "https://access.redhat.com/security/cve/CVE-2025-14930"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-48956",
"url": "https://access.redhat.com/security/cve/CVE-2025-48956"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59425",
"url": "https://access.redhat.com/security/cve/CVE-2025-59425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62164",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6242",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62593",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-64756",
"url": "https://access.redhat.com/security/cve/CVE-2025-64756"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66034",
"url": "https://access.redhat.com/security/cve/CVE-2025-66034"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66416",
"url": "https://access.redhat.com/security/cve/CVE-2025-66416"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66448",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66626",
"url": "https://access.redhat.com/security/cve/CVE-2025-66626"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-67725",
"url": "https://access.redhat.com/security/cve/CVE-2025-67725"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-67726",
"url": "https://access.redhat.com/security/cve/CVE-2025-67726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68156",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68476",
"url": "https://access.redhat.com/security/cve/CVE-2025-68476"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68665",
"url": "https://access.redhat.com/security/cve/CVE-2025-68665"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69872",
"url": "https://access.redhat.com/security/cve/CVE-2025-69872"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0897",
"url": "https://access.redhat.com/security/cve/CVE-2026-0897"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1260",
"url": "https://access.redhat.com/security/cve/CVE-2026-1260"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22778",
"url": "https://access.redhat.com/security/cve/CVE-2026-22778"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22807",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24486",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3713.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 3.3 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2026-03-04T22:42:00+00:00",
"generator": {
"date": "2026-03-04T22:42:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.2"
}
},
"id": "RHSA-2026:3713",
"initial_release_date": "2026-03-04T07:18:30+00:00",
"revision_history": [
{
"date": "2026-03-04T07:18:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-04T07:18:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-04T22:42:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 3.3",
"product": {
"name": "Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:3.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"product_id": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-cli-rhel9@sha256%3A5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771949222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"product_id": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhai-cli-rhel9@sha256%3A5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771949222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3A1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771377365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3Ab0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771362283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3A11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771501116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3A3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770277795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3Ac1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769436305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3Af61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769519975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Aab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3Afe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3A4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3A926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771840993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kube-auth-proxy-rhel9@sha256%3Ac9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771440835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3Ac907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-core-rhel9@sha256%3Ac905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771415661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-k8s-operator-rhel9@sha256%3A67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-inference-scheduler-rhel9@sha256%3A72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771855214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-routing-sidecar-rhel9@sha256%3Ad18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771854749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"product_id": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-maas-api-rhel9@sha256%3Aa1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771444517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3Ae325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3A1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3Aa63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlflow-operator-rhel9@sha256%3A8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlflow-rhel9@sha256%3Ad1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771462644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3A8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlserver-rhel9@sha256%3Aaf2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771522099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-gen-ai-rhel9@sha256%3A27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770735854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-maas-rhel9@sha256%3Adda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3Aed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3Aa2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-performance-data-rhel9@sha256%3A54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770788873"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Afffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771479457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-openvino-model-server-rhel9@sha256%3A8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771608633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3A450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1772026325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1772025417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3A5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3Af648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256%3Ab275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256%3A12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256%3A7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256%3A29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256%3A5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3Ab1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trainer-rhel9@sha256%3A969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda121-torch24-py311-rhel9@sha256%3Aa916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda124-torch25-py311-rhel9@sha256%3A5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda128-torch28-py312-rhel9@sha256%3A5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda128-torch29-py312-rhel9@sha256%3A19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3Adacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771391379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm62-torch24-py311-rhel9@sha256%3A1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm62-torch25-py311-rhel9@sha256%3A2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm64-torch28-py312-rhel9@sha256%3A12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm64-torch29-py312-rhel9@sha256%3A8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256%3A33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771923171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-nemo-guardrails-server-rhel9@sha256%3Ae362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771514950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Ace76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771503064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3Ac6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-gaudi-rhel9@sha256%3A30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770956034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3Ad9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769162595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771511331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256%3Aa0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256%3A75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256%3Af818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256%3Aa4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256%3A8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256%3A118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256%3Afcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3A548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771874181"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"product_id": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-cli-rhel9@sha256%3A66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771949222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"product": {
"name": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"product_id": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhai-cli-rhel9@sha256%3A66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771949222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3Ac012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771377365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3A2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771362283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3A75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771501116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3A011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770277795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3Ac25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769436305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3Aa6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769519975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Af2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3A25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3Abb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771840993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kube-auth-proxy-rhel9@sha256%3A1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771440835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3A0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-core-rhel9@sha256%3A796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771415661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-k8s-operator-rhel9@sha256%3A917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-inference-scheduler-rhel9@sha256%3A9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771855214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-routing-sidecar-rhel9@sha256%3Afaec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771854749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"product_id": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-maas-api-rhel9@sha256%3Aa61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771444517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3Aec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3Aec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3A2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3A5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlflow-operator-rhel9@sha256%3Ad243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlflow-rhel9@sha256%3A646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771462644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3Aadbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlserver-rhel9@sha256%3Adf315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771522099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-gen-ai-rhel9@sha256%3Aeb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770735854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-maas-rhel9@sha256%3A4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3Abcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3A31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-performance-data-rhel9@sha256%3Ac75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3Ad9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3Ab74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770788873"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Abc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771479457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Af3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1772025417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3Ad8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3Ac484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256%3Afe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3Ae9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3Aa46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trainer-rhel9@sha256%3A2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3Afb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771391379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256%3A8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771923171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-nemo-guardrails-server-rhel9@sha256%3Ad47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771514950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Afc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3Aebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771503064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3A0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769162595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3Ab21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771511331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256%3Ab0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256%3A88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3A21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771874181"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3Ada59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771377365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3Ac15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771362283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3Ab03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771501116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3Ace24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770277795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3A3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769436305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3A1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769519975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Abf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3Aa0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3Ab67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771840993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kube-auth-proxy-rhel9@sha256%3A62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771440835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3Ab99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-maas-api-rhel9@sha256%3A88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771444517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3A57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3Ad5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3A4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlflow-operator-rhel9@sha256%3A3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3A44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-gen-ai-rhel9@sha256%3A02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770735854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-maas-rhel9@sha256%3Ae89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3Abd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3A5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-performance-data-rhel9@sha256%3A1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3Ab20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770788873"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3A3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771479457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Ad107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1772025417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3A2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3Adbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3A215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trainer-rhel9@sha256%3Adf85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3Ae2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771391379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256%3A1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771923171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Ada5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771503064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cpu-rhel9@sha256%3Ab1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771809484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3Ab5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769162595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771511331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3A472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771874181"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3Acc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3Acabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3Aeb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769436305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3Adf5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769519975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Ab97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3Aafb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3Ab54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3Ab342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771840993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kube-auth-proxy-rhel9@sha256%3A10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771440835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"product_id": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-maas-api-rhel9@sha256%3Af482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771444517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"product_id": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlflow-operator-rhel9@sha256%3A17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-gen-ai-rhel9@sha256%3A053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770735854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-maas-rhel9@sha256%3A505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3Ad8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-performance-data-rhel9@sha256%3A5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3Ac5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3Aa30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770788873"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Ae7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771479457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Ae31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1772025417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3Abd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3A4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3Ad00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trainer-rhel9@sha256%3A6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256%3Ab98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771923171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Afc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3Aa2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771503064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cpu-rhel9@sha256%3A77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771809484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3A5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769162595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771511331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3A32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771874181"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
},
"product_reference": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-25621",
"cwe": {
"id": "CWE-279",
"name": "Incorrect Execution-Assigned Permissions"
},
"discovery_date": "2025-11-06T19:01:04.402278+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2413190"
}
],
"notes": [
{
"category": "description",
"text": "containerd is an open-source container runtime. Versions 0.1.0 through 1.7.28, 2.0.0-beta.0 through 2.0.6, 2.1.0-beta.0 through 2.1.4 and 2.2.0-beta.0 through 2.2.0-rc.1 have an overly broad default permission vulnerability. Directory paths `/var/lib/containerd`, `/run/containerd/io.containerd.grpc.v1.cri` and `/run/containerd/io.containerd.sandbox.controller.v1.shim` were all created with incorrect permissions. This issue is fixed in versions 1.7.29, 2.0.7, 2.1.5 and 2.2.0. Workarounds include updating system administrator permissions so the host can manually chmod the directories to not have group or world accessible permissions, or to run containerd in rootless mode.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd local privilege escalation",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "RHBZ#2413190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2413190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/blob/main/docs/rootless.md",
"url": "https://github.com/containerd/containerd/blob/main/docs/rootless.md"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5",
"url": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w"
}
],
"release_date": "2025-11-06T18:36:21.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "The system administrator on the host can manually chmod the directories to not\nhave group or world accessible permissions:\n```\nchmod 700 /var/lib/containerd\nchmod 700 /run/containerd/io.containerd.grpc.v1.cri\nchmod 700 /run/containerd/io.containerd.sandbox.controller.v1.shim\n```\nAn alternative mitigation would be to run containerd in rootless mode.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd local privilege escalation"
},
{
"cve": "CVE-2025-6242",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-06-18T15:26:47.633000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373716"
}
],
"notes": [
{
"category": "description",
"text": "A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class within the vLLM project\u0027s multimodal feature set. The load_from_url and load_from_url_async methods fetch and process media from user-provided URLs without adequate restrictions on the target hosts. This allows an attacker to coerce the vLLM server into making arbitrary requests to internal network resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Server Side request forgery (SSRF) in MediaConnector",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated as having the severity of Important by the Red Hat Product Security team as a successful exploitation by an attacker may lead to confidential data being leaked or a denial of service. Additionally the fact a unprivileged user can trigger this vulnerability through the network also contributes for the severity.\n\nThis vulnerability has its risk amplified on orchestrated environments as pods running the vLLM may eventually communicate with each other through internal cluster routing, including services that should not have been exposed to external networks. An attacker may leverage this flaw to interact with internal services, perform network reconnaissance or trigger a denial of service by leading other internal services to fail.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "RHBZ#2373716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373716"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Server Side request forgery (SSRF) in MediaConnector"
},
{
"cve": "CVE-2025-12638",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-11-28T15:01:10.693633+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417711"
}
],
"notes": [
{
"category": "description",
"text": "Keras version 3.11.3 is affected by a path traversal vulnerability in the keras.utils.get_file() function when extracting tar archives. The vulnerability arises because the function uses Python\u0027s tarfile.extractall() method without the security-critical filter=\u0027data\u0027 parameter. Although Keras attempts to filter unsafe paths using filter_safe_paths(), this filtering occurs before extraction, and a PATH_MAX symlink resolution bug triggers during extraction. This bug causes symlink resolution to fail due to path length limits, resulting in a security bypass that allows files to be written outside the intended extraction directory. This can lead to arbitrary file writes outside the cache directory, enabling potential system compromise or malicious code execution. The vulnerability affects Keras installations that process tar archives with get_file() and does not affect versions where this extraction method is secured with the appropriate filter parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keras: Path Traversal Vulnerability in keras",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12638"
},
{
"category": "external",
"summary": "RHBZ#2417711",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417711"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12638"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12638",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12638"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/commit/47fcb397ee4caffd5a75efd1fa3067559594e951",
"url": "https://github.com/keras-team/keras/commit/47fcb397ee4caffd5a75efd1fa3067559594e951"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/f94f5beb-54d8-4e6a-8bac-86d9aee103f4",
"url": "https://huntr.com/bounties/f94f5beb-54d8-4e6a-8bac-86d9aee103f4"
}
],
"release_date": "2025-11-28T14:06:02.069000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.0"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keras: Path Traversal Vulnerability in keras"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
},
{
"cve": "CVE-2025-14920",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:04:24.891195+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424755"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The parsing of model files fails to validate user-supplied data, causing a deserialization of untrusted data. An attacker can exploit this issue by providing a malicious Perceiver model or convincing a user to visit a malicious page, resulting in arbitrary code execution in the context of the current process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when processing a malicious Perceiver model file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted Perceiver model file or visiting a malicious page, limiting the possibility of exploitation. Additionally, model files are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14920"
},
{
"category": "external",
"summary": "RHBZ#2424755",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424755"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14920"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14920",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14920"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1150/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1150/"
}
],
"release_date": "2025-12-23T21:04:36.809000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing Perceiver model files from untrusted or unverified sources. Ensure that all Perceiver model files processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when processing a malicious Perceiver model file"
},
{
"cve": "CVE-2025-14921",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:03:30.065717+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424743"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The parsing of model files fails to validate user-supplied data, causing a deserialization of untrusted data. An attacker can exploit this issue by providing a malicious Transformer-XL model, resulting in arbitrary code execution in the context of the current user processing the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when processing a malicious Transformer-XL model file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted Transformer-XL model file or visiting a malicious page, limiting the possibility of exploitation. Additionally, model files are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14921"
},
{
"category": "external",
"summary": "RHBZ#2424743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14921"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14921",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14921"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1149/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1149/"
}
],
"release_date": "2025-12-23T21:04:23.187000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing Transformer-XL model files from untrusted or unverified sources. Ensure that all Transformer-XL model files processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when processing a malicious Transformer-XL model file"
},
{
"cve": "CVE-2025-14922",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:06:09.477876+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Hugging Face Diffusers. This vulnerability allows remote attackers to execute arbitrary code on affected installations. Exploitation requires user interaction, where a target must visit a malicious page or open a malicious file. The issue stems from improper validation of user-supplied data during the parsing of checkpoints, leading to deserialization of untrusted data and enabling remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "diffusers: Hugging Face Diffusers: Remote Code Execution via Deserialization of Untrusted Data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security Team has rated this vulnerability as having a Moderate impact. Although this vulnerability allows remote attackers to perform a remote code execution, to exploit this flaw user interaction is required meaning the attacker needs to trick the user to open a maliciously crafted file or to visit a malicious page.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14922"
},
{
"category": "external",
"summary": "RHBZ#2424778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14922"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1142/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1142/"
}
],
"release_date": "2025-12-23T21:05:03.128000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "diffusers: Hugging Face Diffusers: Remote Code Execution via Deserialization of Untrusted Data"
},
{
"cve": "CVE-2025-14924",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:02:47.375054+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424734"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The parsing of checkpoints fails to validate user-supplied data, causing a deserialization of untrusted data. An attacker can exploit this issue by providing a malicious megatron_gpt2 model, resulting in arbitrary code execution in the context of the current process processing the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when processing a malicious megatron_gpt2 model file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted megatron_gpt2 model file or visiting a malicious page, limiting the possibility of exploitation. Additionally, model files are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14924"
},
{
"category": "external",
"summary": "RHBZ#2424734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424734"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14924"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14924",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14924"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1141/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1141/"
}
],
"release_date": "2025-12-23T21:04:40.830000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing megatron_gpt2 model files from untrusted or unverified sources. Ensure that all megatron_gpt2 model files processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when processing a malicious megatron_gpt2 model file"
},
{
"cve": "CVE-2025-14925",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:03:38.271814+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424745"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Hugging Face Accelerate. A remote attacker can achieve arbitrary code execution by exploiting a deserialization of untrusted data vulnerability. This occurs when the target visits a malicious page or opens a malicious file, leading to improper validation of user-supplied data during the parsing of checkpoints. Successful exploitation allows the attacker to execute code in the context of the current process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "accelerate: Hugging Face Accelerate: Remote Code Execution via Deserialization of Untrusted Data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products as it allows remote code execution via deserialization of untrusted data in Hugging Face Accelerate. Exploitation requires user interaction, where a target must open a specially crafted malicious file or visit a malicious page. This flaw affects components within Red Hat AI Inference Server, OpenShift Lightspeed, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14925"
},
{
"category": "external",
"summary": "RHBZ#2424745",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424745"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14925"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14925",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14925"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1140/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1140/"
}
],
"release_date": "2025-12-23T21:05:07.497000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing untrusted checkpoint files or visiting untrusted web pages with applications utilizing Hugging Face Accelerate. Restricting the sources of input data for affected components can significantly reduce the attack surface. No service restart is required for this operational control.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "accelerate: Hugging Face Accelerate: Remote Code Execution via Deserialization of Untrusted Data"
},
{
"cve": "CVE-2025-14926",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-23T22:01:56.621147+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424723"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The convert_config function fails to validate a user-supplied string before using it to execute Python code. An attacker can exploit this flaw by providing a malicious SEW model checkpoint, causing arbitrary code execution in the context of the user converting the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when converting a malicious SEW model checkpoint",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted SEW model checkpoint, limiting the possibility of exploitation. Additionally, model checkpoints are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14926"
},
{
"category": "external",
"summary": "RHBZ#2424723",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424723"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14926"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14926",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14926"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1147/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1147/"
}
],
"release_date": "2025-12-23T21:04:32.162000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid converting SEW model checkpoints from untrusted or unverified sources. Ensure that all SEW model checkpoints processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when converting a malicious SEW model checkpoint"
},
{
"cve": "CVE-2025-14927",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-23T22:04:01.976430+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The convert_config function fails to validate a user-supplied string before using it to execute Python code. An attacker can exploit this flaw by providing a malicious SEW-D model checkpoint, causing arbitrary code execution in the context of the user converting the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when converting a malicious SEW-D model checkpoint",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted SEW-D model checkpoint, limiting the possibility of exploitation. Additionally, model checkpoints are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14927"
},
{
"category": "external",
"summary": "RHBZ#2424751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14927"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1148/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1148/"
}
],
"release_date": "2025-12-23T21:04:28.008000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid converting SEW-D model checkpoints from untrusted or unverified sources. Ensure that all SEW-D model checkpoints processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when converting a malicious SEW-D model checkpoint"
},
{
"cve": "CVE-2025-14928",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-23T22:02:35.224747+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424731"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The convert_config function fails to validate a user-supplied string before using it to execute Python code. An attacker can exploit this flaw by providing a malicious HuBERT model checkpoint, causing arbitrary code execution in the context of the user converting the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when converting a malicious HuBERT model checkpoint",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted HuBERT model checkpoint, limiting the possibility of exploitation. Additionally, model checkpoints are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14928"
},
{
"category": "external",
"summary": "RHBZ#2424731",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424731"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14928"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14928",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14928"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1146/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1146/"
}
],
"release_date": "2025-12-23T21:04:48.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid converting HuBERT model checkpoints from untrusted or unverified sources. Ensure that all HuBERT model checkpoints processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when converting a malicious HuBERT model checkpoint"
},
{
"cve": "CVE-2025-14929",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:03:17.265278+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The parsing of checkpoints fails to validate user-supplied data, causing a deserialization of untrusted data. An attacker can exploit this issue by providing a malicious X-CLIP model, resulting in arbitrary code execution in the context of the current process processing the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when processing a malicious X-CLIP model file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted X-CLIP model file or visiting a malicious page, limiting the possibility of exploitation. Additionally, model files are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14929"
},
{
"category": "external",
"summary": "RHBZ#2424740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14929"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14929",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14929"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1144/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1144/"
}
],
"release_date": "2025-12-23T21:04:15.474000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing X-CLIP model files from untrusted or unverified sources. Ensure that all X-CLIP model files processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when processing a malicious X-CLIP model file"
},
{
"cve": "CVE-2025-14930",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:05:28.509553+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424769"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The parsing of weights fails to validate user-supplied data, causing a deserialization of untrusted data. An attacker can exploit this issue by providing a malicious GLM4 model, resulting in arbitrary code execution in the context of the current user processing the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when processing a malicious GLM4 model file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted GLM4 model file or visiting a malicious page, limiting the possibility of exploitation. Additionally, model files are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14930"
},
{
"category": "external",
"summary": "RHBZ#2424769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424769"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14930"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14930",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14930"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1145/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1145/"
}
],
"release_date": "2025-12-23T21:04:52.512000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing GLM4 model files from untrusted or unverified sources. Ensure that all GLM4 model files processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when processing a malicious GLM4 model file"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-48956",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2025-06-12T17:02:11.238000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372522"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM. A denial of service (DoS) vulnerability can be triggered by sending a single HTTP GET request with an extremely large X-Forwarded-For header to an HTTP endpoint. This results in server memory exhaustion, potentially leading to a crash or unresponsiveness. The attack does not require authentication, making it exploitable by any remote user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: HTTP header size limit not enforced allows Denial of Service from Unauthenticated requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered Important rather than just Moderate because it enables a complete denial of service with minimal effort from a remote, unauthenticated attacker. Unlike moderate flaws that might require specific conditions, partial access, or complex exploitation chains, here a single oversized HTTP request is sufficient to exhaust server memory and crash the vLLM service. Since vLLM is often deployed as a backend for high-availability inference workloads, this creates a high-impact risk: availability is entirely compromised, all running workloads are disrupted, and recovery may require manual intervention. The lack of authentication barriers makes the attack surface fully exposed over the network, which elevates the severity beyond Moderate to Important.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48956"
},
{
"category": "external",
"summary": "RHBZ#2372522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48956"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48956",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48956"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/d8b736f913a59117803d6701521d2e4861701944",
"url": "https://github.com/vllm-project/vllm/commit/d8b736f913a59117803d6701521d2e4861701944"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-rxc4-3w6r-4v47",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-rxc4-3w6r-4v47"
}
],
"release_date": "2025-08-26T14:51:41.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Until a fix is available, the risk can be reduced by running vLLM behind a reverse proxy such as Nginx, Envoy, or HAProxy with strict header size limits, ensuring that oversized requests are dropped before reaching the service. Additional safeguards like container or VM resource limits and traffic monitoring can help contain the impact, but upgrading to the patched release remains the definitive solution.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: HTTP header size limit not enforced allows Denial of Service from Unauthenticated requests"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-59425",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2025-09-22T06:45:41.577000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397234"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM\u2019s API token authentication logic, where token comparisons were not performed in constant time. This weakness could allow an attacker to exploit timing differences to guess valid tokens and bypass authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Timing Attack in vLLM API Token Verification Leading to Authentication Bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The RedHat security team has rated the severity of this issue as Important. The vulnerability is remotely exploitable without authentication or user interaction and can result in authentication bypass. The root cause was the use of a non-constant-time string comparison, which leaked timing information. Successful exploitation could lead to unauthorized access to APIs and sensitive 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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59425"
},
{
"category": "external",
"summary": "RHBZ#2397234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397234"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59425"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ee10d7e6ff5875386c7f136ce8b5f525c8fcef48",
"url": "https://github.com/vllm-project/vllm/commit/ee10d7e6ff5875386c7f136ce8b5f525c8fcef48"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Timing Attack in vLLM API Token Verification Leading to Authentication Bypass"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-62164",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-11-21T02:01:11.280042+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416282"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered important rather than moderate because it involves unsafe deserialization leading to memory corruption in a network-reachable, unauthenticated API path. Unlike typical moderate flaws that may only allow limited DoS or require specific conditions, this issue allows an attacker to supply a crafted sparse tensor that triggers an out-of-bounds memory write during PyTorch\u2019s to_dense() conversion. Memory corruption in a server process handling untrusted input significantly elevates security risk because it can lead not only to a reliable crash but also to potential remote code execution, enabling full compromise of the vLLM service. Additionally, the affected code path is part of the standard Completions API workflow, making the attack surface broadly exposed in real deployments. The combination of remote exploitability, unauthenticated access, memory corruption, and potential RCE clearly positions this issue above a moderate classification and into an important severity level.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "RHBZ#2416282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf"
}
],
"release_date": "2025-11-21T01:18:38.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE"
},
{
"cve": "CVE-2025-62593",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-11-26T23:01:25.307125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417394"
}
],
"notes": [
{
"category": "description",
"text": "Ray is an AI compute engine. Prior to version 2.52.0, developers working with Ray as a development tool can be exploited via a critical RCE vulnerability exploitable via Firefox and Safari. This vulnerability is due to an insufficient guard against browser-based attacks, as the current defense uses the User-Agent header starting with the string \"Mozilla\" as a defense mechanism. This defense is insufficient as the fetch specification allows the User-Agent header to be modified. Combined with a DNS rebinding attack against the browser, and this vulnerability is exploitable against a developer running Ray who inadvertently visits a malicious website, or is served a malicious advertisement (malvertising). This issue has been patched in version 2.52.0.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has chosen to keep this as Important instead of Critical severity because the successful exploitation of this vulnerability requires user interaction in conjunction with a DNS rebinding attack.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "RHBZ#2417394",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417394"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62593",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62593"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09",
"url": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v",
"url": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v"
}
],
"release_date": "2025-11-26T22:28:28.577000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack"
},
{
"cve": "CVE-2025-64756",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-11-17T18:01:28.077927+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2415451"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glob. This vulnerability allows arbitrary command execution via processing files with malicious names when the glob command-line interface (CLI) is used with the -c/--cmd option, enabling shell metacharacters to trigger command injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glob: glob: Command Injection Vulnerability via Malicious Filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in glob allows arbitrary command execution when the `glob` command-line interface is used with the `-c/--cmd` option to process files with malicious names. The vulnerability is triggered by shell metacharacters in filenames, leading to command injection. The glob CLI tool utilizes the -c option to execute shell commands over the files which matched the searched pattern by using the shell:true parameter when creating the subprocess which will further execute the command informed via \u0027-c\u0027 option, this parameter allows the shell meta characters to be used and processed when executing the command. Given that information glob misses to sanitize the file name to eliminate such characters and expressions from the filename, leading to code execution as when performing the shell expansion such characters will be interpreted as shell commands.\n\nTo exploit this vulnerability the targeted system should run the glob CLI over a file with a maliciously crafted filename, additionally the attacker needs to have enough permission to create such file or trick the user to download and process the required file with the glob CLI.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-64756"
},
{
"category": "external",
"summary": "RHBZ#2415451",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2415451"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-glob/commit/47473c046b91c67269df7a66eab782a6c2716146",
"url": "https://github.com/isaacs/node-glob/commit/47473c046b91c67269df7a66eab782a6c2716146"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-glob/security/advisories/GHSA-5j98-mcp5-4vw2",
"url": "https://github.com/isaacs/node-glob/security/advisories/GHSA-5j98-mcp5-4vw2"
}
],
"release_date": "2025-11-17T17:29:08.029000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid using the `glob` command-line interface with the `-c` or `--cmd` option when processing filenames from untrusted sources. If programmatic use of `glob` is necessary, ensure that filenames are thoroughly sanitized before being passed to commands executed with shell interpretation enabled.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "glob: glob: Command Injection Vulnerability via Malicious Filenames"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "Forge (also called `node-forge`) is a native implementation of Transport Layer Security in JavaScript. An Uncontrolled Recursion vulnerability in node-forge versions 1.3.1 and below enables remote, unauthenticated attackers to craft deep ASN.1 structures that trigger unbounded recursive parsing. This leads to a Denial-of-Service (DoS) via stack exhaustion when parsing untrusted DER inputs. This issue has been patched in version 1.3.2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66034",
"cwe": {
"id": "CWE-91",
"name": "XML Injection (aka Blind XPath Injection)"
},
"discovery_date": "2025-11-29T02:01:04.281026+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417780"
}
],
"notes": [
{
"category": "description",
"text": "This vulnerability in fontTools varLib allows a crafted .designspace file to trigger arbitrary file writes and XML-based content injection during variable-font generation. Because filenames are not sanitized, an attacker can use path traversal to overwrite files anywhere on the filesystem, and malicious payloads embedded in XML labelname elements can be injected directly into the generated output. When these overwritten files reside in executable or web-served locations, this can enable local remote-code execution or corruption of application or configuration files. The issue affects the varLib CLI and any code that invokes fontTools.varLib.main().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fonttools: fontTools: Arbitrary file write leading to remote code execution via malicious .designspace file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is rated Moderate rather than Important because the exploitability hinges on several limiting technical factors despite the high integrity impact. The arbitrary file-write and XML-injection pathways are only reachable when a user or automated workflow locally processes a malicious .designspace file, giving the flaw a local attack vector (AV:L) and requiring explicit user interaction (UI:R)\u2014meaning an attacker cannot trigger it remotely over the network. The attack also involves high complexity (AC:H), as it depends on crafted designspace structures, controlled font sources, and specific invocation of fonttools varLib or code that directly calls varLib.main(). Additionally, the vulnerability does not expose confidentiality, and availability effects are limited to potential file corruption. These constraints significantly narrow real-world exposure, keeping the risk profile in the Moderate range despite the possibility of high local integrity impact when exploited.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66034"
},
{
"category": "external",
"summary": "RHBZ#2417780",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417780"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66034"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66034",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66034"
},
{
"category": "external",
"summary": "https://github.com/fonttools/fonttools/commit/a696d5ba93270d5954f98e7cab5ddca8a02c1e32",
"url": "https://github.com/fonttools/fonttools/commit/a696d5ba93270d5954f98e7cab5ddca8a02c1e32"
},
{
"category": "external",
"summary": "https://github.com/fonttools/fonttools/security/advisories/GHSA-768j-98cg-p3fv",
"url": "https://github.com/fonttools/fonttools/security/advisories/GHSA-768j-98cg-p3fv"
}
],
"release_date": "2025-11-29T01:07:12.193000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted .designspace files with the fontTools varLib script or any application that invokes fontTools.varLib.main(). Restrict the execution environment of processes handling .designspace files to minimize potential impact from arbitrary file writes. If the fonttools package is not required, consider removing it.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fonttools: fontTools: Arbitrary file write leading to remote code execution via malicious .designspace file"
},
{
"cve": "CVE-2025-66416",
"cwe": {
"id": "CWE-1188",
"name": "Initialization of a Resource with an Insecure Default"
},
"discovery_date": "2025-12-02T19:01:33.806874+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418445"
}
],
"notes": [
{
"category": "description",
"text": "The MCP Python SDK, called `mcp` on PyPI, is a Python implementation of the Model Context Protocol (MCP). Prior to version 1.23.0, tThe Model Context Protocol (MCP) Python SDK does not enable DNS rebinding protection by default for HTTP-based servers. When an HTTP-based MCP server is run on localhost without authentication using FastMCP with streamable HTTP or SSE transport, and has not configured TransportSecuritySettings, a malicious website could exploit DNS rebinding to bypass same-origin policy restrictions and send requests to the local MCP server. This could allow an attacker to invoke tools or access resources exposed by the MCP server on behalf of the user in those limited circumstances. Note that running HTTP-based MCP servers locally without authentication is not recommended per MCP security best practices. This issue does not affect servers using stdio transport. This vulnerability is fixed in 1.23.0.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mcp: DNS Rebinding Protection Disabled by Default in Model Context Protocol Python SDK",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66416"
},
{
"category": "external",
"summary": "RHBZ#2418445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418445"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66416",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66416"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66416",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66416"
},
{
"category": "external",
"summary": "https://github.com/modelcontextprotocol/python-sdk/commit/d3a184119e4479ea6a63590bc41f01dc06e3fa99",
"url": "https://github.com/modelcontextprotocol/python-sdk/commit/d3a184119e4479ea6a63590bc41f01dc06e3fa99"
},
{
"category": "external",
"summary": "https://github.com/modelcontextprotocol/python-sdk/security/advisories/GHSA-9h52-p55h-vw2f",
"url": "https://github.com/modelcontextprotocol/python-sdk/security/advisories/GHSA-9h52-p55h-vw2f"
}
],
"release_date": "2025-12-02T18:14:28.310000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "mcp: DNS Rebinding Protection Disabled by Default in Model Context Protocol Python SDK"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.24 and prior to 2.6.0, the number of links in the decompression chain was unbounded allowing a malicious server to insert a virtually unlimited number of compression steps leading to high CPU usage and massive memory allocation for the decompressed data. This vulnerability is fixed in 2.6.0.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66448",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-01T23:01:07.198041+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418152"
}
],
"notes": [
{
"category": "description",
"text": "A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model\u0027s configuration, even when explicit security measures are set to prevent it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote Code Execution via malicious model configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because vLLM, when deployed in a Red Hat environment, is susceptible to remote code execution. An attacker can craft a malicious model configuration that, when loaded, fetches and executes arbitrary Python code from a remote repository, even if `trust_remote_code` is explicitly set to `False`.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "RHBZ#2418152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86",
"url": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/28126",
"url": "https://github.com/vllm-project/vllm/pull/28126"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm"
}
],
"release_date": "2025-12-01T22:45:42.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote Code Execution via malicious model configuration"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.0 and prior to 2.6.0, the Streaming API improperly handles highly compressed data. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66626",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"discovery_date": "2025-12-09T21:01:10.560389+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2420818"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal and arbitrary file overwrite vulnerability has been identified in Argo Workflows during the extraction of archived artifacts, where symbolic links inside a crafted archive are not safely validated before file extraction. An attacker could exploit this flaw by submitting a malicious archive containing symbolic links that point outside the intended extraction directory, causing files to be written or overwritten in unintended locations within the workflow pod. Successful exploitation may allow an attacker to overwrite execution control files and achieve arbitrary command execution during pod startup.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-workflows: argoproj/argo-workflows is vulnerable to RCE via ZipSlip and symbolic links",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this issue as High severity (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H, 8.3) because an attacker with basic workflow submission privileges can supply a specially crafted archive that is automatically extracted without proper validation. The attack complexity is low and does not require user interaction once the malicious workflow is submitted. Successful exploitation allows arbitrary file overwrite within the affected pod, including critical execution files, which can result in code execution at pod startup. While the impact is generally limited to the compromised pod and does not directly lead to host-level compromise, the integrity and availability impacts within the container are significant, justifying a High severity rating.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66626"
},
{
"category": "external",
"summary": "RHBZ#2420818",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2420818"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66626"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66626",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66626"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-p84v-gxvw-73pf",
"url": "https://github.com/advisories/GHSA-p84v-gxvw-73pf"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037",
"url": "https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1",
"url": "https://github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh",
"url": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh"
}
],
"release_date": "2025-12-09T20:19:14.680000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/argoproj/argo-workflows: argoproj/argo-workflows is vulnerable to RCE via ZipSlip and symbolic links"
},
{
"cve": "CVE-2025-67725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-12T09:44:25.333328+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2421722"
}
],
"notes": [
{
"category": "description",
"text": "Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server\u0027s event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS). Due to Python string immutability, each concatenation copies the entire string, resulting in O(n\u00b2) time complexity. The severity can vary from high if max_header_size has been increased from its default, to low if it has its default value of 64KB. This issue is fixed in version 6.5.3.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Quadratic DoS via Repeated Header Coalescing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is partially mitigated on Red Hat products as the host systems are not at risk.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67725"
},
{
"category": "external",
"summary": "RHBZ#2421722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2421722"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67725"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd",
"url": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3",
"url": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-c98p-7wgm-6p64",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-c98p-7wgm-6p64"
}
],
"release_date": "2025-12-12T05:49:41.523000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tornado: Tornado Quadratic DoS via Repeated Header Coalescing"
},
{
"cve": "CVE-2025-67726",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2025-12-12T09:45:15.366983+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2421733"
}
],
"notes": [
{
"category": "description",
"text": "Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n\u00b2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Quadratic DoS via Crafted Multipart Parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is partially mitigated on Red Hat products as the host systems are not at risk.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67726"
},
{
"category": "external",
"summary": "RHBZ#2421733",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2421733"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67726"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd",
"url": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3",
"url": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8"
}
],
"release_date": "2025-12-12T06:13:51.336000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tornado: Tornado Quadratic DoS via Crafted Multipart Parameters"
},
{
"cve": "CVE-2025-68156",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-16T19:01:42.049157+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422891"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr, an expression language and expression evaluation for Go. This vulnerability allows a denial of service (DoS) via recursive traversal over user-provided deeply nested or cyclic data structures without enforcing a maximum recursion depth, leading to a stack overflow panic and application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products utilizing the `Expr` Go library because it can lead to a denial-of-service. Exploitation requires an application to evaluate expressions against untrusted or insufficiently validated data structures containing deeply nested or cyclic references, which can cause a stack overflow and application crash. Products that do not process untrusted input with `Expr` 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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "RHBZ#2422891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/870",
"url": "https://github.com/expr-lang/expr/pull/870"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6"
}
],
"release_date": "2025-12-16T18:24:11.648000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications using the `Expr` library should ensure that evaluation environments do not contain cyclic references. Additionally, externally supplied data structures must be validated or sanitized before being passed to `Expr` for evaluation. As a last-resort defensive measure, expression evaluation can be wrapped with panic recovery to prevent a full process crash.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation"
},
{
"cve": "CVE-2025-68476",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-12-22T22:03:38.850390+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in KEDA, a Kubernetes-based Event Driven Autoscaling component. This arbitrary file read vulnerability allows an attacker with permissions to create or modify a TriggerAuthentication resource to read any file from the node\u0027s filesystem where the KEDA pod resides. This is due to insufficient path validation when handling Service Account Tokens during HashiCorp Vault authentication. Successful exploitation can lead to the exfiltration of sensitive system information, such as secrets or configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/kedacore/keda: KEDA: Arbitrary file read vulnerability in Vault authentication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important because an attacker with permissions to create or modify a KEDA TriggerAuthentication resource can perform arbitrary file reads from the node\u0027s filesystem. This impacts Red Hat OpenShift products that utilize KEDA with HashiCorp Vault authentication.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68476"
},
{
"category": "external",
"summary": "RHBZ#2424509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68476",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68476"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68476",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68476"
},
{
"category": "external",
"summary": "https://github.com/kedacore/keda/commit/15c5677f65f809b9b6b59a52f4cf793db0a510fd",
"url": "https://github.com/kedacore/keda/commit/15c5677f65f809b9b6b59a52f4cf793db0a510fd"
},
{
"category": "external",
"summary": "https://github.com/kedacore/keda/security/advisories/GHSA-c4p6-qg4m-9jmr",
"url": "https://github.com/kedacore/keda/security/advisories/GHSA-c4p6-qg4m-9jmr"
}
],
"release_date": "2025-12-22T21:35:00.480000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/kedacore/keda: KEDA: Arbitrary file read vulnerability in Vault authentication"
},
{
"cve": "CVE-2025-68665",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-24T00:00:48.460044+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424797"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in LangChain. A remote attacker could exploit a serialization injection vulnerability in the `toJSON()` method. This occurs because the method fails to properly escape objects containing \u0027lc\u0027 keys during serialization of free-form data. When user-controlled data includes this key structure, it is incorrectly processed as a legitimate LangChain object during deserialization, which could lead to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "langchain-core: LangChain: Arbitrary Code Execution via Serialization Injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. A serialization injection flaw in LangChain\u0027s `toJSON()` method allows a remote attacker to achieve arbitrary code execution. This occurs when user-controlled data containing specific \u0027lc\u0027 key structures is improperly processed as a legitimate LangChain object during deserialization.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68665"
},
{
"category": "external",
"summary": "RHBZ#2424797",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424797"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68665"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68665",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68665"
},
{
"category": "external",
"summary": "https://github.com/langchain-ai/langchainjs/commit/e5063f9c6e9989ea067dfdff39262b9e7b6aba62",
"url": "https://github.com/langchain-ai/langchainjs/commit/e5063f9c6e9989ea067dfdff39262b9e7b6aba62"
},
{
"category": "external",
"summary": "https://github.com/langchain-ai/langchainjs/releases/tag/%40langchain%2Fcore%401.1.8",
"url": "https://github.com/langchain-ai/langchainjs/releases/tag/%40langchain%2Fcore%401.1.8"
},
{
"category": "external",
"summary": "https://github.com/langchain-ai/langchainjs/releases/tag/langchain%401.2.3",
"url": "https://github.com/langchain-ai/langchainjs/releases/tag/langchain%401.2.3"
},
{
"category": "external",
"summary": "https://github.com/langchain-ai/langchainjs/security/advisories/GHSA-r399-636x-v7f6",
"url": "https://github.com/langchain-ai/langchainjs/security/advisories/GHSA-r399-636x-v7f6"
}
],
"release_date": "2025-12-23T22:56:04.837000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "langchain-core: LangChain: Arbitrary Code Execution via Serialization Injection"
},
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory. This issue is fixed in version 3.13.3.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2025-69872",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-02-11T19:01:01.798056+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439059"
}
],
"notes": [
{
"category": "description",
"text": "DiskCache (python-diskcache) through 5.6.3 uses Python pickle for serialization by default. An attacker with write access to the cache directory can achieve arbitrary code execution when a victim application reads from the cache.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-diskcache: python-diskcache: Arbitrary code execution via insecure pickle deserialization",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69872"
},
{
"category": "external",
"summary": "RHBZ#2439059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439059"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69872"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69872",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69872"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69872-DiskCache-Pickle-Deserialization.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69872-DiskCache-Pickle-Deserialization.md"
},
{
"category": "external",
"summary": "https://github.com/grantjenks/python-diskcache",
"url": "https://github.com/grantjenks/python-diskcache"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-diskcache: python-diskcache: Arbitrary code execution via insecure pickle deserialization"
},
{
"cve": "CVE-2026-0897",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-15T16:01:16.399378+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keras. A remote attacker can cause a Denial of Service (DoS) by providing a specially crafted .keras archive containing a model weights file (model.weights.h5) that declares an extremely large data shape. This can lead to excessive memory allocation, resulting in memory exhaustion and a crash of the Python interpreter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Keras: Keras: Denial of Service via crafted HDF5 weight loading file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat OpenShift AI. A remote attacker can cause a Denial of Service (DoS) by providing a crafted `.keras` archive with an excessively large dataset shape, leading to memory exhaustion. This impacts Red Hat OpenShift AI components that utilize Keras for model handling.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0897"
},
{
"category": "external",
"summary": "RHBZ#2430027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0897",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0897"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0897",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0897"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/pull/21880",
"url": "https://github.com/keras-team/keras/pull/21880"
}
],
"release_date": "2026-01-15T14:09:53.603000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid loading Keras model archives from untrusted sources. If processing untrusted Keras model archives is unavoidable, ensure they are processed within an isolated and resource-constrained environment to limit the impact of potential memory exhaustion attacks.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Keras: Keras: Denial of Service via crafted HDF5 weight loading file"
},
{
"cve": "CVE-2026-1260",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2026-01-22T18:00:55.604197+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2432079"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sentencepiece. This flaw involves invalid memory access when the software processes a specially crafted, vulnerable model file. A local attacker could exploit this by tricking a user into loading such a file. Successful exploitation could lead to a denial of service, information disclosure, or potentially arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sentencepiece: Sentencepiece: Invalid memory access leading to potential arbitrary code execution via a crafted model file.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT flaw in Sentencepiece allows invalid memory access when processing a specially crafted model file. A local attacker could exploit this by deceiving a user into loading a malicious file, potentially leading to denial of service, information disclosure, or arbitrary code execution. Red Hat products utilizing Sentencepiece, such as Red Hat AI Inference Server and Red Hat OpenShift AI, are affected if they process untrusted model files.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1260"
},
{
"category": "external",
"summary": "RHBZ#2432079",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432079"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1260"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1260",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1260"
},
{
"category": "external",
"summary": "https://github.com/google/sentencepiece/releases/tag/v0.2.1",
"url": "https://github.com/google/sentencepiece/releases/tag/v0.2.1"
}
],
"release_date": "2026-01-22T17:06:17.340000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sentencepiece: Sentencepiece: Invalid memory access leading to potential arbitrary code execution via a crafted model file."
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
}
],
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-22778",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"discovery_date": "2026-02-03T00:01:43.512265+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436113"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted video URL to vLLM\u0027s multimodal endpoint. This action causes vLLM to leak a heap memory address, significantly reducing the effectiveness of Address Space Layout Randomization (ASLR). This information disclosure can then be chained with a heap overflow vulnerability to achieve remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Remote code execution via invalid image processing in the multimodal endpoint.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Critical rather than Important because it allows unauthenticated remote code execution without requiring user interaction, ultimately leading to full compromise of the affected system. An attacker can provide a malicious video URL to a vulnerable vLLM inference endpoint, which causes the service to automatically retrieve and process attacker-controlled media content. During decoding, a heap overflow is triggered in the underlying video processing stack, enabling corruption of heap memory and potential overwriting of control structures to execute arbitrary commands on the host. In addition, an information disclosure condition can leak memory addresses, significantly weakening ASLR protections and making exploitation more reliable when combined with the heap overflow. Successful exploitation compromises the confidentiality, integrity, and availability of the system and can impact deployments such as Red Hat AI Inference Server, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI, thereby meeting Red Hat\u2019s criteria for Critical severity rather than Important impact.\n\nThe vLLM vulnerability depends on CVE-2025-9951, as processing attacker-controlled media can trigger the JPEG2000 decoder heap overflow, which can then be exploited within the vLLM video handling pipeline to cause memory corruption and potentially achieve remote code execution.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22778"
},
{
"category": "external",
"summary": "RHBZ#2436113",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436113"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22778",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22778"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22778",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22778"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/31987",
"url": "https://github.com/vllm-project/vllm/pull/31987"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32319",
"url": "https://github.com/vllm-project/vllm/pull/32319"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.1",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.1"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv"
}
],
"release_date": "2026-02-02T21:09:53.265000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "vLLM: vLLM: Remote code execution via invalid image processing in the multimodal endpoint."
},
{
"cve": "CVE-2026-22807",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-01-21T22:00:55.823882+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431865"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). This vulnerability allows a remote attacker to achieve arbitrary code execution on the vLLM host during model loading. This occurs because vLLM loads Hugging Face `auto_map` dynamic modules without properly validating the `trust_remote_code` setting. By influencing the model repository or path, an attacker can execute malicious Python code at server startup, even before any API requests are handled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Arbitrary code execution via untrusted model loading",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as vLLM, an inference and serving engine for large language models, is vulnerable to arbitrary code execution. An attacker influencing the model repository or path can execute malicious Python code during server startup, affecting vLLM versions 0.10.1 through 0.13.x.",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "RHBZ#2431865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431865"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22807",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22807"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5",
"url": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32194",
"url": "https://github.com/vllm-project/vllm/pull/32194"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr"
}
],
"release_date": "2026-01-21T21:13:11.894000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that vLLM instances are configured to load models only from trusted and verified repositories. Restrict access to the model repository path to prevent unauthorized modification or introduction of malicious code. Implement strict access controls and integrity checks for all model sources.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Arbitrary code execution via untrusted model loading"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "wheel is a command line tool for manipulating Python wheel files, as defined in PEP 427. In versions 0.40.0 through 0.46.1, the unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts. This issue has been fixed in version 0.46.2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-24486",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-27T01:00:58.032530+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python-Multipart, a tool for parsing multipart form data in Python applications. This vulnerability, known as path traversal, allows a remote attacker to write uploaded files to any location on the server\u0027s file system. This exploitation occurs when specific non-default configuration options, `UPLOAD_DIR` and `UPLOAD_KEEP_FILENAME=True`, are enabled, and a malicious filename is provided during a file upload. The primary consequence is unauthorized file creation or modification, which could lead to system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability",
"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": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "RHBZ#2433132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24486"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4",
"url": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22",
"url": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg",
"url": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg"
}
],
"release_date": "2026-01-27T00:34:06.229000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, avoid enabling the `UPLOAD_KEEP_FILENAME=True` configuration option in applications using `python-multipart`. This option, when used with `UPLOAD_DIR`, allows an attacker to write files to arbitrary locations. Disabling or not configuring `UPLOAD_KEEP_FILENAME=True` prevents the path traversal vulnerability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability"
}
]
}
RHSA-2026:1628
Vulnerability from csaf_redhat - Published: 2026-02-02 01:57 - Updated: 2026-03-04 08:45Notes
{
"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 php is now available for Red Hat Enterprise Linux 10.\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": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images (CVE-2025-14177)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1628",
"url": "https://access.redhat.com/errata/RHSA-2026:1628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1628.json"
}
],
"title": "Red Hat Security Advisory: php security update",
"tracking": {
"current_release_date": "2026-03-04T08:45:07+00:00",
"generator": {
"date": "2026-03-04T08:45:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.2"
}
},
"id": "RHSA-2026:1628",
"initial_release_date": "2026-02-02T01:57:01+00:00",
"revision_history": [
{
"date": "2026-02-02T01:57:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-02T01:57:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-04T08:45:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.el10_1.src",
"product": {
"name": "php-0:8.3.29-1.el10_1.src",
"product_id": "php-0:8.3.29-1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-bcmath-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-bcmath-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-cli-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-cli-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-common-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-common-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-dba-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-dba-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-dbg-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-dbg-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-devel-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-devel-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-embedded-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-embedded-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-enchant-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-enchant-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-ffi-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-ffi-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-fpm-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-fpm-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-gd-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-gd-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-gmp-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-gmp-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-intl-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-intl-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-ldap-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-ldap-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-mbstring-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-mbstring-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-odbc-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-odbc-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-opcache-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-opcache-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-pdo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-pdo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-pgsql-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-pgsql-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-process-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-process-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-snmp-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-snmp-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-soap-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-soap-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-xml-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-xml-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-debugsource-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-debugsource-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-cli-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-cli-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-common-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-common-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-dba-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-dba-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-dbg-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-dbg-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-devel-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-devel-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-embedded-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-embedded-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-enchant-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-enchant-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-ffi-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-ffi-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-fpm-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-fpm-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-gd-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-gd-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-gmp-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-gmp-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-intl-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-intl-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-ldap-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-ldap-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-odbc-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-odbc-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-opcache-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-opcache-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-pdo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-pdo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-process-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-process-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-snmp-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-snmp-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-soap-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-soap-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-xml-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-xml-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-0:8.3.29-1.el10_1.s390x",
"product_id": "php-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-bcmath-0:8.3.29-1.el10_1.s390x",
"product_id": "php-bcmath-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-cli-0:8.3.29-1.el10_1.s390x",
"product_id": "php-cli-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-common-0:8.3.29-1.el10_1.s390x",
"product_id": "php-common-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-dba-0:8.3.29-1.el10_1.s390x",
"product_id": "php-dba-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-dbg-0:8.3.29-1.el10_1.s390x",
"product_id": "php-dbg-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-devel-0:8.3.29-1.el10_1.s390x",
"product_id": "php-devel-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-embedded-0:8.3.29-1.el10_1.s390x",
"product_id": "php-embedded-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-enchant-0:8.3.29-1.el10_1.s390x",
"product_id": "php-enchant-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-ffi-0:8.3.29-1.el10_1.s390x",
"product_id": "php-ffi-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-fpm-0:8.3.29-1.el10_1.s390x",
"product_id": "php-fpm-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-gd-0:8.3.29-1.el10_1.s390x",
"product_id": "php-gd-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-gmp-0:8.3.29-1.el10_1.s390x",
"product_id": "php-gmp-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-intl-0:8.3.29-1.el10_1.s390x",
"product_id": "php-intl-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-ldap-0:8.3.29-1.el10_1.s390x",
"product_id": "php-ldap-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-mbstring-0:8.3.29-1.el10_1.s390x",
"product_id": "php-mbstring-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"product_id": "php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-odbc-0:8.3.29-1.el10_1.s390x",
"product_id": "php-odbc-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-opcache-0:8.3.29-1.el10_1.s390x",
"product_id": "php-opcache-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-pdo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-pdo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-pgsql-0:8.3.29-1.el10_1.s390x",
"product_id": "php-pgsql-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-process-0:8.3.29-1.el10_1.s390x",
"product_id": "php-process-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-snmp-0:8.3.29-1.el10_1.s390x",
"product_id": "php-snmp-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-soap-0:8.3.29-1.el10_1.s390x",
"product_id": "php-soap-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-xml-0:8.3.29-1.el10_1.s390x",
"product_id": "php-xml-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-debugsource-0:8.3.29-1.el10_1.s390x",
"product_id": "php-debugsource-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-bcmath-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-bcmath-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-cli-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-cli-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-common-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-common-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-dba-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-dba-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-dbg-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-dbg-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-devel-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-devel-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-embedded-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-embedded-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-enchant-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-enchant-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-ffi-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-ffi-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-fpm-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-fpm-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-gd-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-gd-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-gmp-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-gmp-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-intl-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-intl-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-ldap-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-ldap-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-mbstring-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-mbstring-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-odbc-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-odbc-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-opcache-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-opcache-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-pdo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-pdo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-pgsql-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-pgsql-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-process-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-process-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-snmp-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-snmp-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-soap-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-soap-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-xml-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-xml-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-debugsource-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-debugsource-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src"
},
"product_reference": "php-0:8.3.29-1.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-bcmath-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-bcmath-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-bcmath-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-cli-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-cli-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-cli-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-cli-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-common-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-common-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-common-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-common-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-dba-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-dba-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-dba-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-dba-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-dbg-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-dbg-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-dbg-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-dbg-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-debugsource-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-debugsource-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-debugsource-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-devel-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-devel-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-devel-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-devel-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-embedded-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-embedded-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-embedded-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-embedded-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-enchant-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-enchant-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-enchant-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-enchant-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-ffi-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-ffi-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-ffi-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-ffi-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-fpm-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-fpm-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-fpm-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-fpm-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-gd-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-gd-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-gd-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-gd-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-gmp-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-gmp-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-gmp-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-gmp-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-intl-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-intl-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-intl-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-intl-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-ldap-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-ldap-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-ldap-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-ldap-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-mbstring-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-mbstring-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-mbstring-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-odbc-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-odbc-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-odbc-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-odbc-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-opcache-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-opcache-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-opcache-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-opcache-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-pdo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-pdo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-pdo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-pdo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-pgsql-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-pgsql-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-pgsql-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-process-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-process-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-process-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-process-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-snmp-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-snmp-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-snmp-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-snmp-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-soap-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-soap-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-soap-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-soap-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-xml-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-xml-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-xml-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-xml-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-12-27T20:00:48.661724+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. The getimagesize() function may leak uninitialized heap memory when processing images in multi-chunk mode, such as through php://filter. This vulnerability, caused by a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, allows an attacker to potentially disclose sensitive information from the server\u0027s memory. This could compromise the confidentiality of data on the affected server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The flaw in PHP\u0027s `getimagesize()` function can lead to information disclosure by leaking uninitialized heap memory when processing multi-chunk images, potentially via `php://filter`. This affects the confidentiality of data on systems running affected PHP versions in Red Hat Enterprise Linux 8 (php:8.2/php), Red Hat Enterprise Linux 9 (php, php:8.2/php, php:8.3/php), and Red Hat Enterprise Linux 10 (php, php8.4). The PHP 7 streams for Red Hat Enterprise Linux 7 and 8 are not affected by this vulnerability as the way it reads and stores image metadata is implemented differently than how it\u0027s on affected PHP 8 versions.",
"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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "RHBZ#2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7"
}
],
"release_date": "2025-12-27T19:33:23.973000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T01:57: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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1628"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images"
},
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T01:57: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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1628"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T01:57: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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1628"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1187
Vulnerability from csaf_redhat - Published: 2026-01-26 12:19 - Updated: 2026-03-04 08:44Notes
{
"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 php:8.2 module is now available for Red Hat Enterprise Linux 9.6 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": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1187",
"url": "https://access.redhat.com/errata/RHSA-2026:1187"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1187.json"
}
],
"title": "Red Hat Security Advisory: php:8.2 security update",
"tracking": {
"current_release_date": "2026-03-04T08:44:48+00:00",
"generator": {
"date": "2026-03-04T08:44:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.2"
}
},
"id": "RHSA-2026:1187",
"initial_release_date": "2026-01-26T12:19:28+00:00",
"revision_history": [
{
"date": "2026-01-26T12:19:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-26T12:19:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-04T08:44:48+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.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"product": {
"name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch (php:8.2)",
"product_id": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=noarch\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"product": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src (php:8.2)",
"product_id": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=src\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=src\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2"
},
"product_reference": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2"
},
"product_reference": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T12:19:28+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.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1187"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T12:19:28+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.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1187"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1412
Vulnerability from csaf_redhat - Published: 2026-01-27 17:44 - Updated: 2026-03-04 08:45Notes
{
"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 php:8.2 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: pgsql extension does not check for errors during escaping (CVE-2025-1735)\n\n* php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix (CVE-2025-6491)\n\n* php: PHP Hostname Null Character Vulnerability (CVE-2025-1220)\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images (CVE-2025-14177)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1412",
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2378689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378689"
},
{
"category": "external",
"summary": "2378690",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378690"
},
{
"category": "external",
"summary": "2379792",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379792"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1412.json"
}
],
"title": "Red Hat Security Advisory: php:8.2 security update",
"tracking": {
"current_release_date": "2026-03-04T08:45:00+00:00",
"generator": {
"date": "2026-03-04T08:45:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.2"
}
},
"id": "RHSA-2026:1412",
"initial_release_date": "2026-01-27T17:44:24+00:00",
"revision_history": [
{
"date": "2026-01-27T17:44:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-27T17:44:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-04T08:45: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 (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_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"product": {
"name": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch (php:8.2)",
"product_id": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=noarch\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"product": {
"name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch (php:8.2)",
"product_id": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pear@1.10.14-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=noarch\u0026epoch=1\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"product": {
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
"product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=src\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"product": {
"name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
"product_id": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pear@1.10.14-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026epoch=1\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=src\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2"
},
"product_reference": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
},
"product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2"
},
"product_reference": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
},
"product_reference": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-1220",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-07-13T23:00:46.594967+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379792"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. The `fsockopen()` function and related functions fail to validate NULL characters within the provided hostname, potentially leading to unexpected behavior during parsing. This flaw allows a network attacker to supply a specially crafted hostname. This issue can result in a denial of service due to parsing errors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP Hostname Null Character Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "PHP does not classify this issue as a security issue because users are expected to sanitize the input. Nevertheless, this was considered a low-impact security issue as a precaution for users who do not follow that practice.",
"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:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-1220"
},
{
"category": "external",
"summary": "RHBZ#2379792",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379792"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-1220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1220"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-1220",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1220"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-3cr5-j632-f35r",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3cr5-j632-f35r"
}
],
"release_date": "2025-07-13T22:18:36.974000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T17:44:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: PHP Hostname Null Character Vulnerability"
},
{
"cve": "CVE-2025-1735",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-07-08T17:16:10.899000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378689"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. Missing error checking could result in SQL injection, and missing error handling could lead to crashes due to null pointer dereferences.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: pgsql extension does not check for errors during escaping",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-1735"
},
{
"category": "external",
"summary": "RHBZ#2378689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-1735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-1735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1735"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-hrwm-9436-5mv3",
"url": "https://github.com/php/php-src/security/advisories/GHSA-hrwm-9436-5mv3"
}
],
"release_date": "2025-07-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T17:44:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "workaround",
"details": "Currently, no mitigation is currently available for this vulnerability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: pgsql extension does not check for errors during escaping"
},
{
"cve": "CVE-2025-6491",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-07-08T17:16:05.584000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378690"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in PHP. If a SoapVar instance is created with a fully qualified name larger than 2G, this will cause a NULL pointer dereference resulting in a segmentation fault, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6491"
},
{
"category": "external",
"summary": "RHBZ#2378690",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378690"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6491"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6491",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6491"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-453j-q27h-5p8x",
"url": "https://github.com/php/php-src/security/advisories/GHSA-453j-q27h-5p8x"
}
],
"release_date": "2025-07-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T17:44:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "workaround",
"details": "Currently, no mitigation is currently available for this vulnerability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix"
},
{
"cve": "CVE-2025-14177",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-12-27T20:00:48.661724+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. The getimagesize() function may leak uninitialized heap memory when processing images in multi-chunk mode, such as through php://filter. This vulnerability, caused by a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, allows an attacker to potentially disclose sensitive information from the server\u0027s memory. This could compromise the confidentiality of data on the affected server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The flaw in PHP\u0027s `getimagesize()` function can lead to information disclosure by leaking uninitialized heap memory when processing multi-chunk images, potentially via `php://filter`. This affects the confidentiality of data on systems running affected PHP versions in Red Hat Enterprise Linux 8 (php:8.2/php), Red Hat Enterprise Linux 9 (php, php:8.2/php, php:8.3/php), and Red Hat Enterprise Linux 10 (php, php8.4). The PHP 7 streams for Red Hat Enterprise Linux 7 and 8 are not affected by this vulnerability as the way it reads and stores image metadata is implemented differently than how it\u0027s on affected PHP 8 versions.",
"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:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "RHBZ#2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7"
}
],
"release_date": "2025-12-27T19:33:23.973000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T17:44:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images"
},
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T17:44:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T17:44:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1409
Vulnerability from csaf_redhat - Published: 2026-01-27 18:07 - Updated: 2026-03-04 08:45Notes
{
"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 php:8.2 module 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": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: pgsql extension does not check for errors during escaping (CVE-2025-1735)\n\n* php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix (CVE-2025-6491)\n\n* php: PHP Hostname Null Character Vulnerability (CVE-2025-1220)\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images (CVE-2025-14177)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1409",
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2378689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378689"
},
{
"category": "external",
"summary": "2378690",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378690"
},
{
"category": "external",
"summary": "2379792",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379792"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1409.json"
}
],
"title": "Red Hat Security Advisory: php:8.2 security update",
"tracking": {
"current_release_date": "2026-03-04T08:45:00+00:00",
"generator": {
"date": "2026-03-04T08:45:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.2"
}
},
"id": "RHSA-2026:1409",
"initial_release_date": "2026-01-27T18:07:34+00:00",
"revision_history": [
{
"date": "2026-01-27T18:07:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-27T18:07:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-04T08:45: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 (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"product": {
"name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch (php:8.2)",
"product_id": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=noarch\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=src\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=src\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
"product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2"
},
"product_reference": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-1220",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-07-13T23:00:46.594967+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379792"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. The `fsockopen()` function and related functions fail to validate NULL characters within the provided hostname, potentially leading to unexpected behavior during parsing. This flaw allows a network attacker to supply a specially crafted hostname. This issue can result in a denial of service due to parsing errors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP Hostname Null Character Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "PHP does not classify this issue as a security issue because users are expected to sanitize the input. Nevertheless, this was considered a low-impact security issue as a precaution for users who do not follow that practice.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-1220"
},
{
"category": "external",
"summary": "RHBZ#2379792",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379792"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-1220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1220"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-1220",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1220"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-3cr5-j632-f35r",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3cr5-j632-f35r"
}
],
"release_date": "2025-07-13T22:18:36.974000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T18:07:34+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: PHP Hostname Null Character Vulnerability"
},
{
"cve": "CVE-2025-1735",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-07-08T17:16:10.899000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378689"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. Missing error checking could result in SQL injection, and missing error handling could lead to crashes due to null pointer dereferences.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: pgsql extension does not check for errors during escaping",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-1735"
},
{
"category": "external",
"summary": "RHBZ#2378689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-1735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-1735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1735"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-hrwm-9436-5mv3",
"url": "https://github.com/php/php-src/security/advisories/GHSA-hrwm-9436-5mv3"
}
],
"release_date": "2025-07-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T18:07:34+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "workaround",
"details": "Currently, no mitigation is currently available for this vulnerability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: pgsql extension does not check for errors during escaping"
},
{
"cve": "CVE-2025-6491",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-07-08T17:16:05.584000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378690"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in PHP. If a SoapVar instance is created with a fully qualified name larger than 2G, this will cause a NULL pointer dereference resulting in a segmentation fault, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6491"
},
{
"category": "external",
"summary": "RHBZ#2378690",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378690"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6491"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6491",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6491"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-453j-q27h-5p8x",
"url": "https://github.com/php/php-src/security/advisories/GHSA-453j-q27h-5p8x"
}
],
"release_date": "2025-07-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T18:07:34+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "workaround",
"details": "Currently, no mitigation is currently available for this vulnerability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix"
},
{
"cve": "CVE-2025-14177",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-12-27T20:00:48.661724+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. The getimagesize() function may leak uninitialized heap memory when processing images in multi-chunk mode, such as through php://filter. This vulnerability, caused by a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, allows an attacker to potentially disclose sensitive information from the server\u0027s memory. This could compromise the confidentiality of data on the affected server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The flaw in PHP\u0027s `getimagesize()` function can lead to information disclosure by leaking uninitialized heap memory when processing multi-chunk images, potentially via `php://filter`. This affects the confidentiality of data on systems running affected PHP versions in Red Hat Enterprise Linux 8 (php:8.2/php), Red Hat Enterprise Linux 9 (php, php:8.2/php, php:8.3/php), and Red Hat Enterprise Linux 10 (php, php8.4). The PHP 7 streams for Red Hat Enterprise Linux 7 and 8 are not affected by this vulnerability as the way it reads and stores image metadata is implemented differently than how it\u0027s on affected PHP 8 versions.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "RHBZ#2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7"
}
],
"release_date": "2025-12-27T19:33:23.973000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T18:07:34+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images"
},
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T18:07:34+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T18:07:34+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1190
Vulnerability from csaf_redhat - Published: 2026-01-26 13:00 - Updated: 2026-03-04 08:44Notes
{
"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 php:8.3 module is now available for Red Hat Enterprise Linux 9.6 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": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1190",
"url": "https://access.redhat.com/errata/RHSA-2026:1190"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1190.json"
}
],
"title": "Red Hat Security Advisory: php:8.3 security update",
"tracking": {
"current_release_date": "2026-03-04T08:44:48+00:00",
"generator": {
"date": "2026-03-04T08:44:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.2"
}
},
"id": "RHSA-2026:1190",
"initial_release_date": "2026-01-26T13:00:21+00:00",
"revision_history": [
{
"date": "2026-01-26T13:00:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-26T13:00:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-04T08:44:48+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.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"product": {
"name": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch (php:8.3)",
"product_id": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=noarch\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"product": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src (php:8.3)",
"product_id": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=src\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3"
},
"product_reference": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3"
},
"product_reference": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T13:00: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.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1190"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T13:00: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.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1190"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
MSRC_CVE-2025-14180
Vulnerability from csaf_microsoft - Published: 2025-12-02 00:00 - Updated: 2026-01-21 01:40Notes
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-14180 NULL Pointer Dereference in PDO quoting - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-14180.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "NULL Pointer Dereference in PDO quoting",
"tracking": {
"current_release_date": "2026-01-21T01:40:22.000Z",
"generator": {
"date": "2026-02-18T14:12:24.863Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-14180",
"initial_release_date": "2025-12-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-12-29T01:01:34.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2025-12-29T14:36:08.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2025-12-31T01:02:05.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-01-03T01:36:31.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2026-01-08T14:42:45.000Z",
"legacy_version": "5",
"number": "5",
"summary": "Information published."
},
{
"date": "2026-01-21T01:40:22.000Z",
"legacy_version": "6",
"number": "6",
"summary": "Information published."
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 php 8.1.33-1",
"product": {
"name": "\u003ccbl2 php 8.1.33-1",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "cbl2 php 8.1.33-1",
"product": {
"name": "cbl2 php 8.1.33-1",
"product_id": "19545"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 php 8.3.29-1",
"product": {
"name": "\u003cazl3 php 8.3.29-1",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 php 8.3.29-1",
"product": {
"name": "azl3 php 8.3.29-1",
"product_id": "20800"
}
},
{
"category": "product_version_range",
"name": "azl3 php 8.3.23-1",
"product": {
"name": "azl3 php 8.3.23-1",
"product_id": "2"
}
}
],
"category": "product_name",
"name": "php"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 php 8.1.33-1 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 php 8.1.33-1 as a component of CBL Mariner 2.0",
"product_id": "19545-17086"
},
"product_reference": "19545",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 php 8.3.29-1 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 php 8.3.29-1 as a component of Azure Linux 3.0",
"product_id": "20800-17084"
},
"product_reference": "20800",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 php 8.3.23-1 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "general",
"text": "php",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19545-17086",
"20800-17084"
],
"known_affected": [
"17086-3",
"17084-1",
"17084-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-14180 NULL Pointer Dereference in PDO quoting - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-14180.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2025-12-29T01:01:34.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-2"
]
},
{
"category": "vendor_fix",
"date": "2025-12-29T01:01:34.000Z",
"details": "8.1.34-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-3"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"title": "NULL Pointer Dereference in PDO quoting"
}
]
}
CERTFR-2026-AVI-0178
Vulnerability from certfr_avis - Published: 2026-02-18 - Updated: 2026-02-18
De multiples vulnérabilités ont été découvertes dans Tenable Security Center. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Tenable | Security Center | Security Center versions 6.5.x antérieures à 6.5.1 sans les correctifs de sécurité SC-202602.1 et SC-202602.2 | ||
| Tenable | Security Center | Security Center versions 6.6.x antérieures à 6.6.0 sans les correctifs de sécurité SC-202602.1 et SC-202602.2 | ||
| Tenable | Security Center | Security Center versions 6.7.x antérieures à 6.7.2 sans les correctifs de sécurité SC-202602.1 et SC-202602.2 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Security Center versions 6.5.x ant\u00e9rieures \u00e0 6.5.1 sans les correctifs de s\u00e9curit\u00e9 SC-202602.1 et SC-202602.2",
"product": {
"name": "Security Center",
"vendor": {
"name": "Tenable",
"scada": false
}
}
},
{
"description": "Security Center versions 6.6.x ant\u00e9rieures \u00e0 6.6.0 sans les correctifs de s\u00e9curit\u00e9 SC-202602.1 et SC-202602.2",
"product": {
"name": "Security Center",
"vendor": {
"name": "Tenable",
"scada": false
}
}
},
{
"description": "Security Center versions 6.7.x ant\u00e9rieures \u00e0 6.7.2 sans les correctifs de s\u00e9curit\u00e9 SC-202602.1 et SC-202602.2",
"product": {
"name": "Security Center",
"vendor": {
"name": "Tenable",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"name": "CVE-2025-14017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14017"
},
{
"name": "CVE-2025-54090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54090"
},
{
"name": "CVE-2025-13034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13034"
},
{
"name": "CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"name": "CVE-2025-14524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14524"
},
{
"name": "CVE-2025-15079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15079"
},
{
"name": "CVE-2026-2630",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2630"
},
{
"name": "CVE-2025-14819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14819"
},
{
"name": "CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"name": "CVE-2025-15224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15224"
}
],
"initial_release_date": "2026-02-18T00:00:00",
"last_revision_date": "2026-02-18T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0178",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-02-18T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Tenable Security Center. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Tenable Security Center",
"vendor_advisories": [
{
"published_at": "2026-02-17",
"title": "Bulletin de s\u00e9curit\u00e9 Tenable tns-2026-06",
"url": "https://www.tenable.com/security/tns-2026-06"
}
]
}
CERTFR-2025-AVI-1126
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-22
De multiples vulnérabilités ont été découvertes dans PHP. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "PHP versions 8.3.x ant\u00e9rieures \u00e0 8.3.29",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.4.x ant\u00e9rieures \u00e0 8.4.16",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.5.x ant\u00e9rieures \u00e0 8.5.1",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.2.x ant\u00e9rieures \u00e0 8.2.30",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.1.x ant\u00e9rieures \u00e0 8.1.34",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"name": "CVE-2025-67899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67899"
},
{
"name": "CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"name": "CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-22T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1126",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
},
{
"description": "Ajout version 8.1.34",
"revision_date": "2025-12-22T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans PHP. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans PHP",
"vendor_advisories": [
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.1.34",
"url": "https://www.php.net/ChangeLog-8.php#8.1.34"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.3.29",
"url": "https://www.php.net/ChangeLog-8.php#8.3.29"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.4.16",
"url": "https://www.php.net/ChangeLog-8.php#8.4.16"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.2.30",
"url": "https://www.php.net/ChangeLog-8.php#8.2.30"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.5.1",
"url": "https://www.php.net/ChangeLog-8.php#8.5.1"
}
]
}
CERTFR-2025-AVI-1126
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-22
De multiples vulnérabilités ont été découvertes dans PHP. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "PHP versions 8.3.x ant\u00e9rieures \u00e0 8.3.29",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.4.x ant\u00e9rieures \u00e0 8.4.16",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.5.x ant\u00e9rieures \u00e0 8.5.1",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.2.x ant\u00e9rieures \u00e0 8.2.30",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.1.x ant\u00e9rieures \u00e0 8.1.34",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"name": "CVE-2025-67899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67899"
},
{
"name": "CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"name": "CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-22T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1126",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
},
{
"description": "Ajout version 8.1.34",
"revision_date": "2025-12-22T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans PHP. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans PHP",
"vendor_advisories": [
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.1.34",
"url": "https://www.php.net/ChangeLog-8.php#8.1.34"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.3.29",
"url": "https://www.php.net/ChangeLog-8.php#8.3.29"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.4.16",
"url": "https://www.php.net/ChangeLog-8.php#8.4.16"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.2.30",
"url": "https://www.php.net/ChangeLog-8.php#8.2.30"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.5.1",
"url": "https://www.php.net/ChangeLog-8.php#8.5.1"
}
]
}
WID-SEC-W-2025-2887
Vulnerability from csaf_certbund - Published: 2025-12-18 23:00 - Updated: 2026-03-02 23:00Notes
{
"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": "PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um Informationen offenzulegen, einen Denial of Service Zustand herbeizuf\u00fchren, um einen Server-Side Request-Forgery Angriff ausf\u00fchren oder nicht bekannte Auswirkungen erzielen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- UNIX\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-2025-2887 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2887.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2887 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2887"
},
{
"category": "external",
"summary": "PHP 8.2.30 ChangeLog vom 2025-12-18",
"url": "https://php.net/ChangeLog-8.php#8.2.30"
},
{
"category": "external",
"summary": "PHP 8.3.29 ChangeLog vom 2025-12-18",
"url": "https://php.net/ChangeLog-8.php#8.3.29"
},
{
"category": "external",
"summary": "PHP 8.4.16 ChangeLog vom 2025-12-18",
"url": "https://php.net/ChangeLog-8.php#8.4.16"
},
{
"category": "external",
"summary": "PHP 8.5.1 ChangeLog vom 2025-12-18",
"url": "https://php.net/ChangeLog-8.php#8.5.1"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-www2-q4fc-65wf vom 2025-12-18",
"url": "https://github.com/php/php-src/security/advisories/GHSA-www2-q4fc-65wf"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-3237-qqm7-mfv7 vom 2025-12-18",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-h96m-rvf9-jgm2 vom 2025-12-18",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-8xr5-qppj-gvwj vom 2025-12-18",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-h2vr-rqqp-xv8m vom 2025-12-18",
"url": "https://github.com/advisories/GHSA-h2vr-rqqp-xv8m"
},
{
"category": "external",
"summary": "GitHub uriparser issue 282",
"url": "https://github.com/uriparser/uriparser/issues/282"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15837-1 vom 2025-12-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DDSH47GX6NJKQ4QIEKKO6GWB72JZ2GU6/"
},
{
"category": "external",
"summary": "cPanel ChangeLog",
"url": "https://docs.cpanel.net/changelogs/110-change-log/"
},
{
"category": "external",
"summary": "cPanel Change Log vom 2025-12-19",
"url": "https://docs.cpanel.net/changelogs/130-change-log/"
},
{
"category": "external",
"summary": "cPanel Change Log vom 2025-12-19",
"url": "https://docs.cpanel.net/changelogs/132-change-log/"
},
{
"category": "external",
"summary": "cPanel Change Log vom 2025-12-19",
"url": "https://docs.cpanel.net/changelogs/126-change-log/"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6088 vom 2025-12-21",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00254.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0071-1 vom 2026-01-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023706.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0086-1 vom 2026-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023729.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7953-1 vom 2026-01-12",
"url": "https://ubuntu.com/security/notices/USN-7953-1"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2PHP8.2-2026-009 vom 2026-01-22",
"url": "https://alas.aws.amazon.com/AL2/ALAS2PHP8.2-2026-009.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2PHP8.1-2026-008 vom 2026-01-22",
"url": "https://alas.aws.amazon.com/AL2/ALAS2PHP8.1-2026-008.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0245-1 vom 2026-01-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023845.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4447 vom 2026-01-24",
"url": "https://lists.debian.org/debian-lts-announce/2026/01/msg00019.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1187 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1187"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1185 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1185"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1169 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1169"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1190 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1190"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20113-1 vom 2026-01-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EOR4UL6PGLIJ6BLQADMUUIYSFYKQ7N7L/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1412 vom 2026-01-27",
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1429 vom 2026-01-27",
"url": "https://access.redhat.com/errata/RHSA-2026:1429"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1409 vom 2026-01-27",
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1429 vom 2026-01-28",
"url": "https://errata.build.resf.org/RLSA-2026:1429"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1412 vom 2026-01-28",
"url": "https://errata.build.resf.org/RLSA-2026:1412"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1409 vom 2026-01-28",
"url": "https://errata.build.resf.org/RLSA-2026:1409"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20146-1 vom 2026-01-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023952.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1429 vom 2026-01-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-1429.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1412 vom 2026-01-29",
"url": "http://linux.oracle.com/errata/ELSA-2026-1412.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1409 vom 2026-01-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-1409.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1628 vom 2026-02-02",
"url": "https://access.redhat.com/errata/RHSA-2026:1628"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1628 vom 2026-02-02",
"url": "http://linux.oracle.com/errata/ELSA-2026-1628.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0370-1 vom 2026-02-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024036.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1628 vom 2026-02-05",
"url": "https://errata.build.resf.org/RLSA-2026:1628"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2470 vom 2026-02-10",
"url": "https://access.redhat.com/errata/RHSA-2026:2470"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2470 vom 2026-02-11",
"url": "https://errata.build.resf.org/RLSA-2026:2470"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0444-1 vom 2026-02-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024104.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2470 vom 2026-02-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-2470.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2799 vom 2026-02-17",
"url": "https://access.redhat.com/errata/RHSA-2026:2799"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2799 vom 2026-02-18",
"url": "https://linux.oracle.com/errata/ELSA-2026-2799.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2799 vom 2026-02-24",
"url": "https://errata.build.resf.org/RLSA-2026:2799"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6154 vom 2026-03-02",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00063.html"
}
],
"source_lang": "en-US",
"title": "PHP: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-03-02T23:00:00.000+00:00",
"generator": {
"date": "2026-03-03T09:32:36.202+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-2887",
"initial_release_date": "2025-12-18T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-12-18T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-12-21T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von openSUSE und Debian aufgenommen"
},
{
"date": "2025-12-28T23:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: EUVD-2025-205486, EUVD-2025-205485, EUVD-2025-205484"
},
{
"date": "2026-01-08T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-11T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-13T23:00:00.000+00:00",
"number": "6",
"summary": "Produktzuordnung korrigiert"
},
{
"date": "2026-01-21T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2026-01-22T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-25T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-01-26T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-27T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von openSUSE und Red Hat aufgenommen"
},
{
"date": "2026-01-28T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-01-29T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-01T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-02T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-03T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-02-10T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2026-02-24T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-03-02T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Debian aufgenommen"
}
],
"status": "final",
"version": "22"
}
},
"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": "\u003c8.1.34",
"product": {
"name": "Open Source PHP \u003c8.1.34",
"product_id": "90DF208D-7040-4857-A44D-C7485EDE9987"
}
},
{
"category": "product_version",
"name": "8.1.34",
"product": {
"name": "Open Source PHP 8.1.34",
"product_id": "90DF208D-7040-4857-A44D-C7485EDE9987-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.1.34"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.2.30",
"product": {
"name": "Open Source PHP \u003c8.2.30",
"product_id": "T049550"
}
},
{
"category": "product_version",
"name": "8.2.30",
"product": {
"name": "Open Source PHP 8.2.30",
"product_id": "T049550-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.2.30"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.3.29",
"product": {
"name": "Open Source PHP \u003c8.3.29",
"product_id": "T049551"
}
},
{
"category": "product_version",
"name": "8.3.29",
"product": {
"name": "Open Source PHP 8.3.29",
"product_id": "T049551-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.3.29"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.4.16",
"product": {
"name": "Open Source PHP \u003c8.4.16",
"product_id": "T049552"
}
},
{
"category": "product_version",
"name": "8.4.16",
"product": {
"name": "Open Source PHP 8.4.16",
"product_id": "T049552-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.4.16"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.5.1",
"product": {
"name": "Open Source PHP \u003c8.5.1",
"product_id": "T049553"
}
},
{
"category": "product_version",
"name": "8.5.1",
"product": {
"name": "Open Source PHP 8.5.1",
"product_id": "T049553-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.5.1"
}
}
}
],
"category": "product_name",
"name": "PHP"
}
],
"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": [
{
"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": "10",
"product": {
"name": "Red Hat Enterprise Linux 10",
"product_id": "T050306",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"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"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c130.0.17",
"product": {
"name": "cPanel cPanel/WHM \u003c130.0.17",
"product_id": "T049613"
}
},
{
"category": "product_version",
"name": "130.0.17",
"product": {
"name": "cPanel cPanel/WHM 130.0.17",
"product_id": "T049613-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:130.0.17"
}
}
},
{
"category": "product_version_range",
"name": "\u003c132.0.16",
"product": {
"name": "cPanel cPanel/WHM \u003c132.0.16",
"product_id": "T049614"
}
},
{
"category": "product_version",
"name": "132.0.16",
"product": {
"name": "cPanel cPanel/WHM 132.0.16",
"product_id": "T049614-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:132.0.16"
}
}
},
{
"category": "product_version_range",
"name": "\u003c126.0.38",
"product": {
"name": "cPanel cPanel/WHM \u003c126.0.38",
"product_id": "T049907"
}
},
{
"category": "product_version",
"name": "126.0.38",
"product": {
"name": "cPanel cPanel/WHM 126.0.38",
"product_id": "T049907-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:126.0.38"
}
}
},
{
"category": "product_version_range",
"name": "\u003c110.0.81",
"product": {
"name": "cPanel cPanel/WHM \u003c110.0.81",
"product_id": "T049908"
}
},
{
"category": "product_version",
"name": "110.0.81",
"product": {
"name": "cPanel cPanel/WHM 110.0.81",
"product_id": "T049908-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:110.0.81"
}
}
}
],
"category": "product_name",
"name": "cPanel/WHM"
}
],
"category": "vendor",
"name": "cPanel"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00",
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00",
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00",
"title": "CVE-2025-14180"
},
{
"cve": "CVE-2025-67899",
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00",
"title": "CVE-2025-67899"
},
{
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00"
}
]
}
bit-php-2025-14180
Vulnerability from bitnami_vulndb
In PHP versions 8.1. before 8.1.34, 8.2. before 8.2.30, 8.3. before 8.3.29, 8.4. before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "php",
"purl": "pkg:bitnami/php"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "8.1.34"
},
{
"introduced": "8.2.0"
},
{
"fixed": "8.2.30"
},
{
"introduced": "8.3.0"
},
{
"fixed": "8.3.29"
},
{
"introduced": "8.4.0"
},
{
"fixed": "8.4.16"
},
{
"introduced": "8.5.0"
},
{
"fixed": "8.5.1"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
]
}
],
"aliases": [
"CVE-2025-14180"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*"
],
"severity": "High"
},
"details": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"id": "BIT-php-2025-14180",
"modified": "2026-01-08T12:08:29.041Z",
"published": "2026-01-08T11:48:33.482Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
}
],
"schema_version": "1.6.2",
"summary": "NULL Pointer Dereference in PDO quoting"
}
bit-libphp-2025-14180
Vulnerability from bitnami_vulndb
In PHP versions 8.1. before 8.1.34, 8.2. before 8.2.30, 8.3. before 8.3.29, 8.4. before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "libphp",
"purl": "pkg:bitnami/libphp"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "8.1.34"
},
{
"introduced": "8.2.0"
},
{
"fixed": "8.2.30"
},
{
"introduced": "8.3.0"
},
{
"fixed": "8.3.29"
},
{
"introduced": "8.4.0"
},
{
"fixed": "8.4.16"
},
{
"introduced": "8.5.0"
},
{
"fixed": "8.5.1"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
]
}
],
"aliases": [
"CVE-2025-14180"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*"
],
"severity": "High"
},
"details": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"id": "BIT-libphp-2025-14180",
"modified": "2026-01-08T12:08:29.041Z",
"published": "2026-01-08T11:43:29.868Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
}
],
"schema_version": "1.6.2",
"summary": "NULL Pointer Dereference in PDO quoting"
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.